NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CommandID.Guid

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;

Property Value

The GUID of the command group.

See Also

CommandID Class | CommandID Members | System.ComponentModel.Design Namespace