Share via


GraphMetadata.Group Property

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

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: System.String

.NET Framework Security

See Also

Reference

GraphMetadata Class

Microsoft.VisualStudio.GraphModel Namespace