EntityRangeVariable.Kind Property

Gets the kind of this node.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Kind As Integer 
    Get
'Usage
Dim instance As EntityRangeVariable 
Dim value As Integer 

value = instance.Kind
public override int Kind { get; }
public:
virtual property int Kind {
    int get () override;
}
abstract Kind : int 
override Kind : int
override function get Kind () : int

Property Value

Type: System.Int32
The kind of this node.

See Also

Reference

EntityRangeVariable Class

Microsoft.Data.OData.Query.SemanticAst Namespace