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 wrapper.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public BitsJob Job { get; private set; }
public:
property BitsJob^ Job {
BitsJob^ get();
private: void set(BitsJob^ value);
}
Public Property Job As BitsJob
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.BitsJob
See Also
BitsJobEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top