ChatRoomFileTransferProgressEventArgs.TotalBytes Property

Definition

Gets the size of the file (the total number of bytes to be transferre).
This is a discovered value, and may be null if the file size is not yet known.

public:
 property Nullable<long> TotalBytes { Nullable<long> get(); void set(Nullable<long> value); };
public Nullable<long> TotalBytes { get; set; }
member this.TotalBytes : Nullable<int64> with get, set
Public Property TotalBytes As Nullable(Of Long)

Property Value

The size of the file, or 0 if the file size is unknown.

Applies to