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 命名空间