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

value = instance.MaxStaleLimit

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

Property Value

Type: System.Nullable<TimeSpan>

See Also

Reference

CacheControlHeaderValue Class

System.Net.Http.Headers Namespace