IDataServiceHost.ResponseCacheControl Property

Gets a string value that represents cache control information.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Property ResponseCacheControl As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
A string value that represents cache control information.

See Also

Reference

IDataServiceHost Interface

System.Data.Services Namespace