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!

Button.CommandArgument

CommandArgument property. An argument which is propogated in the OnCommand event with the associated Command property.

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

See Also

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