Share via


CollectionNavigationNode.Source Property

Gets the parent node of this Collection Navigation Node.

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

Syntax

'Declaration
Public ReadOnly Property Source As SingleValueNode 
    Get
'Usage
Dim instance As CollectionNavigationNode 
Dim value As SingleValueNode 

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

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.SingleValueNode
The parent node of this Collection Navigation Node.

See Also

Reference

CollectionNavigationNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace