GraphNodeIdName.Label Property

The label of the GraphNodeIdName

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

Syntax

'Declaration
Public Property Label As String
public string Label { get; private set; }
public:
property String^ Label {
    String^ get ();
    private: void set (String^ value);
}
member Label : string with get, private set
function get Label () : String 
private function set Label (value : String)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

GraphNodeIdName Class

Microsoft.VisualStudio.GraphModel Namespace