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);
LinkButton Class | LinkButton Members | System.Web.UI.WebControls Namespace