BitsJobTransferEventArgs.CompletionTime Property
Gets the time the transfer completed.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public DateTime CompletionTime { get; private set; }
public:
property DateTime CompletionTime {
DateTime get();
private: void set(DateTime value);
}
Public Property CompletionTime As Date
Get
Private Set
End Property
Property Value
Type: System.DateTime
See Also
BitsJobTransferEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top