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!

LinkButton.Command

Command property. A command associated with the LinkButton is propogated in the OnCommand event along with the CommandArgument property.

[Visual Basic]
Public Property Command As String
[C#]
public string Command {get; set;}
[C++]
public: __property String* get_Command();
public: __property void set_Command(String*);
[JScript]
public function get Command() : String;
public function set Command(String);

See Also

LinkButton Class | LinkButton Members | System.Web.UI.WebControls Namespace