CacheControlHeaderValue.Private 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 Private As Boolean 
    Get 
    Set
'Usage
Dim instance As CacheControlHeaderValue 
Dim value As Boolean 

value = instance.Private

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

Property Value

Type: System.Boolean

See Also

Reference

CacheControlHeaderValue Class

System.Net.Http.Headers Namespace