NamedFunctionParameterNode.Value Property

Gets the semantically parsed value of this parameter.

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

Syntax

'Declaration
Public ReadOnly Property Value As QueryNode 
    Get
'Usage
Dim instance As NamedFunctionParameterNode 
Dim value As QueryNode 

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

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.QueryNode

See Also

Reference

NamedFunctionParameterNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace