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 {insert text here}.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Ranges As ICollection(Of RangeItemHeaderValue)
    Get
'Usage
Dim instance As RangeHeaderValue 
Dim value As ICollection(Of RangeItemHeaderValue)
value = instance.Ranges
public ICollection<RangeItemHeaderValue> Ranges { get; }
public:
property ICollection<RangeItemHeaderValue^>^ Ranges {
    ICollection<RangeItemHeaderValue^>^ get ();
}
member Ranges : ICollection<RangeItemHeaderValue>
function get Ranges () : ICollection<RangeItemHeaderValue>
Property Value
Type: System.Collections.Generic.ICollection<RangeItemHeaderValue>