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

Gets job type

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetType(
	
out 
BitsJobType 
jobType
)
Sub 
GetType ( _
		<
OutAttribute> 
ByRef 
jobType 
As 
BitsJobType
_
)
void 
GetType(
		[
OutAttribute] 
BitsJobType%

jobType
)

Parameters

jobType
BitsJobType %

See Also