次の方法で共有


IDataServiceHost.RequestMaxVersion プロパティ

定義

要求のクライアントが処理できる最大バージョンを示す値を取得します。

public:
 property System::String ^ RequestMaxVersion { System::String ^ get(); };
public string RequestMaxVersion { get; }
member this.RequestMaxVersion : string
Public ReadOnly Property RequestMaxVersion As String

プロパティ値

要求のクライアントが処理できる最大バージョンを表す文字列 (null の場合もあります)。

適用対象