Command.CommandName Proprietà

Definizione

Ottiene o imposta il nome comando associato al controllo Command. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni per dispositivi mobili ASP.NET, vedere App per dispositivi mobili & Siti con 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

Valore della proprietà

Nome dell'oggetto Command che ha generato l'evento.

Attributi

Si applica a

Vedi anche