FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUserSelectionData..::..selectedData Property

Gets or sets the selected data.

Namespace:  FlowWright.cDevDeAPI.Mobile
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public List<string> selectedData { get; set; }
Public Property selectedData As List(Of String)
	Get
	Set
public:
property List<String^>^ selectedData {
	List<String^>^ get ();
	void set (List<String^>^ value);
}

Field Value

The selected data.