HttpContentDispositionHeaderValue.Size Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o tamanho aproximado, em bytes, do arquivo usado no cabeçalho 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)
Valor da propriedade
O tamanho aproximado, em bytes.