QueryWizardSelectedConditions Property |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public List<QueryCondition> SelectedConditions { get; set; }
Public Property SelectedConditions As List(Of QueryCondition)
Get
Set
public:
property List<QueryCondition^>^ SelectedConditions {
List<QueryCondition^>^ get ();
void set (List<QueryCondition^>^ value);
}
function get_SelectedConditions();
function set_SelectedConditions(value);
Property Value
Type:
ListQueryConditionSee Also