Axis.PostBackValue 属性
定义
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
属性值
要发送回服务器的 string 值。The string value to send back to the server.