QueryNode.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 MustOverride ReadOnly Property Kind As QueryNodeKind 
    Get
'Usage
Dim instance As QueryNode 
Dim value As QueryNodeKind 

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

Property Value

Type: Microsoft.Data.OData.Query.QueryNodeKind
The kind of this node.

See Also

Reference

QueryNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace