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 BITS job start time.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public DateTime StartTime { get; private set; }
public:
property DateTime StartTime {
DateTime get();
private: void set(DateTime value);
}
Public Property StartTime As Date
Get
Private Set
End Property
Property Value
Type: System.DateTime
See Also
BitsJobEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top