Share via


GraphCategory.Id Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Unique id of this GraphCategory

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

Syntax

'Declaration
Public ReadOnly Property Id As String
public string Id { get; }
public:
property String^ Id {
    String^ get ();
}
member Id : string with get
function get Id () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GraphCategory Class

Microsoft.VisualStudio.GraphModel Namespace