Partager via


Command.CommandName Propriété

Définition

Obtient ou définit le nom de commande associé au contrôle Command. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec 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

Valeur de propriété

Nom de la Command qui a déclenché l'événement.

Attributs

S’applique à

Voir aussi