GraphNodeId.LiteralValue Property

Definition

Gets a literal value for the GraphNodeId. Uses the Name if the GraphNodeIdName is a Literal otherwise delegates to ToString.

public:
 property System::String ^ LiteralValue { System::String ^ get(); };
public string LiteralValue { get; }
member this.LiteralValue : string
Public ReadOnly Property LiteralValue As String

Property Value

The GraphNodeId in string form

Applies to