HostedFileContent.SizeInBytes 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 do arquivo em bytes.
public:
property Nullable<long> SizeInBytes { Nullable<long> get(); void set(Nullable<long> value); };
public long? SizeInBytes { get; set; }
member this.SizeInBytes : Nullable<int64> with get, set
Public Property SizeInBytes As Nullable(Of Long)