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