HostedFileContent.SizeInBytes Property

Definition

Gets or sets the size of the file in 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)

Property Value

Applies to