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 SharedMaxAge As Nullable(Of TimeSpan)
    Get 
    Set
'Usage
Dim instance As CacheControlHeaderValue 
Dim value As Nullable(Of TimeSpan)
value = instance.SharedMaxAge
instance.SharedMaxAge = value
public Nullable<TimeSpan> SharedMaxAge { get; set; }
public:
property Nullable<TimeSpan> SharedMaxAge {
    Nullable<TimeSpan> get ();
    void set (Nullable<TimeSpan> value);
}
member SharedMaxAge : Nullable<TimeSpan> with get, set
function get SharedMaxAge () : Nullable<TimeSpan>
function set SharedMaxAge (value : Nullable<TimeSpan>)
Property Value
Type: System.Nullable<TimeSpan>