IDataServiceHost.ResponseCacheControl Propiedad
Obtiene un valor de cadena que representa la información de control de memoria caché.
Espacio de nombres: System.Data.Services
Ensamblado: Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Sintaxis
'Declaración
Property ResponseCacheControl As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
Un valor de cadena que representa la información de control de memoria caché.