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
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.