Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets {insert text here}.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property OnlyIfCached As Boolean 
    Get 
    Set
'Usage
Dim instance As CacheControlHeaderValue 
Dim value As Boolean 
value = instance.OnlyIfCached
instance.OnlyIfCached = value
public bool OnlyIfCached { get; set; }
public:
property bool OnlyIfCached {
    bool get ();
    void set (bool value);
}
member OnlyIfCached : bool with get, set
function get OnlyIfCached () : boolean 
function set OnlyIfCached (value : boolean)
Property Value
Type: System.Boolean