Title.PostBackValue Propiedad

Definición

Obtiene o establece el valor de postback que se puede procesar en un evento Click.

public:
 property System::String ^ PostBackValue { System::String ^ get(); void set(System::String ^ value); };
public string PostBackValue { get; set; }
member this.PostBackValue : string with get, set
Public Property PostBackValue As String

Valor de propiedad

Valor string que representa el valor que se pasa a un evento Click.

Implementaciones

Se aplica a