UnaryOperatorNode.Operand Property

Gets the operand of the unary operator.

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

Syntax

'Declaration
Public ReadOnly Property Operand As SingleValueNode 
    Get
'Usage
Dim instance As UnaryOperatorNode 
Dim value As SingleValueNode 

value = instance.Operand
public SingleValueNode Operand { get; }
public:
property SingleValueNode^ Operand {
    SingleValueNode^ get ();
}
member Operand : SingleValueNode
function get Operand () : SingleValueNode

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.SingleValueNode
The operand of the unary operator.

See Also

Reference

UnaryOperatorNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace