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