HttpContentDispositionHeaderValue.Size Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
La taille approximative, en octets.