共用方式為


IDataServiceHost.RequestMaxVersion 屬性

取得值,識別要求用戶端能夠處理的最高版本。

命名空間:  System.Data.Services
組件:  Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)

語法

'宣告
ReadOnly Property RequestMaxVersion As String
    Get
'用途
Dim instance As IDataServiceHost
Dim value As String

value = instance.RequestMaxVersion
string RequestMaxVersion { get; }
property String^ RequestMaxVersion {
    String^ get ();
}
abstract RequestMaxVersion : string
function get RequestMaxVersion () : String

屬性值

型別:System.String
字串,包含要求用戶端能夠處理的最高版本,可能是 null。

請參閱

參考

IDataServiceHost 介面

System.Data.Services 命名空間