Share via


CustomLabel.ImagePostBackValue Propiedad

Definición

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

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

Valor de propiedad

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

Se aplica a