Title.PostBackValue Özellik
Tanım
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
Özellik Değeri
string
Bir olaya geçirilen değeri temsil eden bir değer Click .A string
value that represents the value that is passed to a Click event.