Share via


GraphMetadata.Group Property

For grouping this Property in a Property Grid.

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

GraphMetadata Class

Microsoft.VisualStudio.GraphModel Namespace