Annotation.PostBackValue Proprietà

Definizione

Ottiene o imposta il valore di postback che può essere elaborato nell'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

Valore della proprietà

Valore string passato all'evento Click.

Implementazioni

Si applica a