Proprietà IDataServiceHost.ResponseCacheControl
Ottiene un valore stringa che rappresenta le informazioni di controllo della cache.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Property ResponseCacheControl As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
Un valore stringa che rappresenta le informazioni di controllo della cache.