Gets the size of the file (the total number of bytes to be transferred).
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property TotalBytes As Nullable( Of Long) Get Set |
Visual Basic (Usage) |
---|
Dim instance As ChatRoomFileTransferProgressEventArgs Dim value As Nullable( Of Long) value = instance. TotalBytes instance. TotalBytes = value |
C# |
---|
public Nullable< long> TotalBytes { get; set; } |
Property Value
Type: System . . :: . . Nullable < (Of < ( <' Int64 > ) > ) >The size of the file, or 0 if the file size is unknown.