Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the total number of bytes to transfer.
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
BitsJobTransferEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top