다음을 통해 공유


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 네임스페이스