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 ContentRange As ContentRangeHeaderValue 
    Get 
    Set
'Usage
Dim instance As HttpContentHeaders 
Dim value As ContentRangeHeaderValue 
value = instance.ContentRange
instance.ContentRange = value
public ContentRangeHeaderValue ContentRange { get; set; }
public:
property ContentRangeHeaderValue^ ContentRange {
    ContentRangeHeaderValue^ get ();
    void set (ContentRangeHeaderValue^ value);
}
member ContentRange : ContentRangeHeaderValue with get, set
function get ContentRange () : ContentRangeHeaderValue 
function set ContentRange (value : ContentRangeHeaderValue)
Property Value
Type: System.Net.Http.Headers.ContentRangeHeaderValue