Share via


SingleValueOpenPropertyAccessNode.Source Property

Gets the value containing this property.

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 SingleValueOpenPropertyAccessNode 
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 value containing this property.

See Also

Reference

SingleValueOpenPropertyAccessNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace