DataServiceBehavior.MaxProtocolVersion 属性
定义
获取或设置数据服务所发送响应支持的最高协议版本。Gets or sets the maximum protocol version that is supported by the response sent by the data service.
public:
property System::Data::Services::Common::DataServiceProtocolVersion MaxProtocolVersion { System::Data::Services::Common::DataServiceProtocolVersion get(); void set(System::Data::Services::Common::DataServiceProtocolVersion value); };
public System.Data.Services.Common.DataServiceProtocolVersion MaxProtocolVersion { get; set; }
member this.MaxProtocolVersion : System.Data.Services.Common.DataServiceProtocolVersion with get, set
Public Property MaxProtocolVersion As DataServiceProtocolVersion
属性值
一个表示响应中允许的最高版本的 DataServiceProtocolVersion。A DataServiceProtocolVersion that is the maximum version allowed in the response.