GraphNodeIdPropertyDescriptor.Category Property

Gets the category of this property.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Category As String
public override string Category { get; }
public:
virtual property String^ Category {
    String^ get () override;
}
abstract Category : string with get 
override Category : string with get
override function get Category () : String

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

GraphNodeIdPropertyDescriptor Class

Microsoft.VisualStudio.GraphModel Namespace