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