ChatRoomFileTransferProgressEventArgs.TotalBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.