Share via


IEdmIsTypeExpression.Operand Property

Gets the expression whose type is to be tested.

Namespace:  Microsoft.Data.Edm.Expressions
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property Operand As IEdmExpression 
    Get
'Usage
Dim instance As IEdmIsTypeExpression 
Dim value As IEdmExpression 

value = instance.Operand
IEdmExpression Operand { get; }
property IEdmExpression^ Operand {
    IEdmExpression^ get ();
}
abstract Operand : IEdmExpression
function get Operand () : IEdmExpression

Property Value

Type: Microsoft.Data.Edm.Expressions.IEdmExpression
The expression whose type is to be tested.

See Also

Reference

IEdmIsTypeExpression Interface

Microsoft.Data.Edm.Expressions Namespace