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.ID

Gets or sets the numeric command ID.

[Visual Basic]
Overridable Public ReadOnly Property ID As Integer
[C#]
public int ID {virtual get;}
[C++]
public: __property virtual int get_ID();
[JScript]
public function get ID() : int;

Property Value

The command ID number.

See Also

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