Command.CommandName Propriedade

Definição

Recebe ou define o nome do comando associado ao Command controlo. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com ASP.NET.

public:
 property System::String ^ CommandName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string CommandName { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.CommandName : string with get, set
Public Property CommandName As String

Valor de Propriedade

O nome do Command que deu origem ao evento.

Atributos

Aplica-se a

Ver também