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

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

Property Value

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

See Also

Reference

BinaryOperatorNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace