TotalBytes Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Gets the size of the file (the total number of bytes to be transferred).
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Property TotalBytes As Nullable(Of Long)
Get
Set
'Usage
Dim instance As ChatRoomFileTransferProgressEventArgs
Dim value As Nullable(Of Long)
value = instance.TotalBytes
instance.TotalBytes = value
public Nullable<long> TotalBytes { get; set; }
Property Value
Type: System.Nullable<Int64>
The size of the file, or 0 if the file size is unknown.
See Also
Reference
ChatRoomFileTransferProgressEventArgs Class