Share via


BitsJob.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; }
public:
property Guid JobId {
    Guid get();
}
Public ReadOnly Property JobId As Guid

Property Value

Type: System.Guid

See Also

BitsJob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top