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