RangeVariable.Kind Property
Gets the kind of this range variable.
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Kind As Integer
Get
'Usage
Dim instance As RangeVariable
Dim value As Integer
value = instance.Kind
public abstract int Kind { get; }
public:
virtual property int Kind {
int get () abstract;
}
abstract Kind : int
abstract function get Kind () : int
Property Value
Type: System.Int32
The kind of this range variable.