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