CacheControlHeaderValue.MinFresh 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 MinFresh As Nullable(Of TimeSpan)
    Get 
    Set
'Usage
Dim instance As CacheControlHeaderValue 
Dim value As Nullable(Of TimeSpan)

value = instance.MinFresh

instance.MinFresh = value
public Nullable<TimeSpan> MinFresh { get; set; }
public:
property Nullable<TimeSpan> MinFresh {
    Nullable<TimeSpan> get ();
    void set (Nullable<TimeSpan> value);
}
member MinFresh : Nullable<TimeSpan> with get, set
function get MinFresh () : Nullable<TimeSpan>
function set MinFresh (value : Nullable<TimeSpan>)

Property Value

Type: System.Nullable<TimeSpan>

See Also

Reference

CacheControlHeaderValue Class

System.Net.Http.Headers Namespace