[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the job type. This can only be set on class initialization time.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
BitsJobType 
InstanceJobType { 
get; 
private 
set; }
Public 
Property 
InstanceJobType 
As 
BitsJobType
	
Get
	
Private 
Set
public:
property 
BitsJobType 
InstanceJobType {
	
BitsJobType 
get ();
	
private: 
void 
set (
BitsJobType 
value);
}

See Also