共用方式為


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