HttpContentDispositionHeaderValue.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the approximate size, in bytes, of the file used in the Content-Disposition HTTP header.
public:
property IReference<unsigned long long> ^ Size { IReference<unsigned long long> ^ get(); void set(IReference<unsigned long long> ^ value); };
IReference<uint64_t> Size();
void Size(IReference<uint64_t> value);
public System.Nullable<ulong> Size { get; set; }
var iReference = httpContentDispositionHeaderValue.size;
httpContentDispositionHeaderValue.size = iReference;
Public Property Size As Nullable(Of ULong)
Property Value
The approximate size, in bytes.