SingleValuePropertyAccessNode.TypeReference Property

Gets the type of the single value this node represents.

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

Syntax

'Declaration
Public Overrides ReadOnly Property TypeReference As IEdmTypeReference 
    Get
'Usage
Dim instance As SingleValuePropertyAccessNode 
Dim value As IEdmTypeReference 

value = instance.TypeReference
public override IEdmTypeReference TypeReference { get; }
public:
virtual property IEdmTypeReference^ TypeReference {
    IEdmTypeReference^ get () override;
}
abstract TypeReference : IEdmTypeReference 
override TypeReference : IEdmTypeReference
override function get TypeReference () : IEdmTypeReference

Property Value

Type: Microsoft.Data.Edm.IEdmTypeReference
The type of the single value this node represents.

See Also

Reference

SingleValuePropertyAccessNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace