CacheControlHeaderValue.NoStore Property

Gets or sets {insert text here}.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public Property NoStore As Boolean 
    Get 
    Set
'Usage
Dim instance As CacheControlHeaderValue 
Dim value As Boolean 

value = instance.NoStore

instance.NoStore = value
public bool NoStore { get; set; }
public:
property bool NoStore {
    bool get ();
    void set (bool value);
}
member NoStore : bool with get, set
function get NoStore () : boolean 
function set NoStore (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

CacheControlHeaderValue Class

System.Net.Http.Headers Namespace