次の方法で共有


IDataServiceHost.ResponseCacheControl プロパティ

キャッシュ制御情報を表す文字列値を取得します。

名前空間:  System.Data.Services
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Property ResponseCacheControl As String
    Get
    Set
'使用
Dim instance As IDataServiceHost
Dim value As String

value = instance.ResponseCacheControl

instance.ResponseCacheControl = value
string ResponseCacheControl { get; set; }
property String^ ResponseCacheControl {
    String^ get ();
    void set (String^ value);
}
abstract ResponseCacheControl : string with get, set
function get ResponseCacheControl () : String
function set ResponseCacheControl (value : String)

プロパティ値

型: System.String
キャッシュ制御情報を表す文字列値。

関連項目

参照

IDataServiceHost インターフェイス

System.Data.Services 名前空間