SingleValueNode.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 QueryNodeKind 
    Get
'Usage
Dim instance As SingleValueNode 
Dim value As QueryNodeKind 

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

Property Value

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

See Also

Reference

SingleValueNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace