ConditionIndex Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the index that determines the position of this condition
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Index { get; set; }
Public Property Index As Integer
Get
Set
public:
virtual property int Index {
int get () sealed;
void set (int value) sealed;
}
function get_Index();
function set_Index(value);
Property Value
Type:
Int32The index that determines the position of this condition
Return Value
Type:
Int32The index that determines the position of this condition
Remarks See Also