BitsFileTransferEventArgs.BytesTotal Property
Gets the total number of bytes in the file.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ulong BytesTotal { get; private set; }
public:
property unsigned long long BytesTotal {
unsigned long long get();
private: void set(unsigned long long value);
}
Public Property BytesTotal As ULong
Get
Private Set
End Property
Property Value
Type: System.UInt64
See Also
BitsFileTransferEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top