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
캐시 제어 정보를 나타내는 문자열 값입니다.