BitsJobTransferEventArgs.FilesTransferred Property
Gets the total number of files transferred.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public uint FilesTransferred { get; private set; }
public:
property unsigned int FilesTransferred {
unsigned int get();
private: void set(unsigned int value);
}
Public Property FilesTransferred As UInteger
Get
Private Set
End Property
Property Value
Type: System.UInt32
See Also
BitsJobTransferEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top