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 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