Title.PostBackValue Proprietà
Definizione
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
che rappresenta il valore passato a un evento Click.A string
value that represents the value that is passed to a Click event.