HttpContentDispositionHeaderValue.Size Propriété

Définition

Obtient ou définit la taille approximative, en octets, du fichier utilisé dans l’en-tête HTTP Content-Disposition .

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)

Valeur de propriété

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

La taille approximative, en octets.

S’applique à