GraphNodeId::LiteralValue Property

 

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

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property String^ LiteralValue {
	String^ get();
}

Property Value

Type: System::String^

The GraphNodeId in string form.

Return to top
Show: