Gets or sets the globally unique ID (GUID) of the menu group that the menu command this CommandID represents belongs to.
[Visual Basic] Overridable Public ReadOnly Property Guid As Guid [C#] public Guid Guid {virtual get;} [C++] public: __property virtual Guid get_Guid(); [JScript] public function get Guid() : Guid;
The GUID of the command group.
CommandID Class | CommandID Members | System.ComponentModel.Design Namespace