ConstantNode.LiteralText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public string LiteralText { get; }
member this.LiteralText : string
Public ReadOnly Property LiteralText As String