SingleValuePropertyAccessNode.Property Property

Gets the EDM property which is to be accessed.

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

Syntax

'Declaration
Public ReadOnly Property Property As IEdmProperty 
    Get
'Usage
Dim instance As SingleValuePropertyAccessNode 
Dim value As IEdmProperty 

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

Property Value

Type: Microsoft.Data.Edm.IEdmProperty
The EDM property which is to be accessed.

Remarks

Only non-entity, non-collection properties are supported by this node.

See Also

Reference

SingleValuePropertyAccessNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace