CommonCommandIds.GroupId Property

Applies to v2.

Gets the common command GroupId; can be passed to ICommandTarget.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Shared Property GroupId As Guid 
    Get 
    Private Set
'Usage
Dim value As Guid 

value = CommonCommandIds.GroupId
public static Guid GroupId { get; private set; }
public:
static property Guid GroupId {
    Guid get ();
    private: void set (Guid value);
}
static member GroupId : Guid with get, private set
static function get GroupId () : Guid 
private static function set GroupId (value : Guid)

Property Value

Type: System.Guid
The common command GroupId.

See Also

Reference

CommonCommandIds Class

Microsoft.WebMatrix.Extensibility Namespace