UnaryOperatorNode.OperatorKind Property

Gets the operator represented by this node.

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

Syntax

'Declaration
Public ReadOnly Property OperatorKind As UnaryOperatorKind 
    Get
'Usage
Dim instance As UnaryOperatorNode 
Dim value As UnaryOperatorKind 

value = instance.OperatorKind
public UnaryOperatorKind OperatorKind { get; }
public:
property UnaryOperatorKind OperatorKind {
    UnaryOperatorKind get ();
}
member OperatorKind : UnaryOperatorKind
function get OperatorKind () : UnaryOperatorKind

Property Value

Type: Microsoft.Data.OData.Query.UnaryOperatorKind
The operator represented by this node.

See Also

Reference

UnaryOperatorNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace