Freigeben über


GraphNodeIdName.Name-Eigenschaft

Der Name des GraphNodeIdName.

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

Syntax

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

Eigenschaftswert

Typ: String
Gibt String zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeIdName Klasse

Microsoft.VisualStudio.GraphModel-Namespace