BitsJobEventArgs.Job Property

 

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