ICommandId.GroupId Property
Applies to v2.
Gets the group ID for the command.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property GroupId As Guid
Get
'Usage
Dim instance As ICommandId
Dim value As Guid
value = instance.GroupId
Guid GroupId { get; }
property Guid GroupId {
Guid get ();
}
abstract GroupId : Guid
function get GroupId () : Guid
Property Value
Type: System.Guid
The group ID for the command.