BitsJobEventArgs.JobId Property

 

Gets the BITS job ID.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public Guid JobId { get; private set; }
public:
property Guid JobId {
    Guid get();
    private: void set(Guid value);
}
Public Property JobId As Guid
    Get
    Private Set
End Property

Property Value

Type: System.Guid

See Also

BitsJobEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top