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