Share via


ConstantNode.LiteralText Property

Get or Set the literal text for this node's value, formatted according to the OData URI literal formatting rules. May be null if the text was not provided at construction time.

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

Syntax

'Declaration
Public Property LiteralText As String 
    Get 
    Private Set
'Usage
Dim instance As ConstantNode 
Dim value As String 

value = instance.LiteralText
public string LiteralText { get; private set; }
public:
property String^ LiteralText {
    String^ get ();
    private: void set (String^ value);
}
member LiteralText : string with get, private set
function get LiteralText () : String 
private function set LiteralText (value : String)

Property Value

Type: System.String

See Also

Reference

ConstantNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace