ConvertNode.Source Property

Gets the source value to convert.

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 ConvertNode 
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 source value to convert.

See Also

Reference

ConvertNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace