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

Gets the integrity level of the token of the owner that created or took ownership of the job

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetOwnerIntegrityLevel(
	
out 
long 
level
)
Sub 
GetOwnerIntegrityLevel ( _
		<
OutAttribute> 
ByRef 
level 
As 
Long _
)
void 
GetOwnerIntegrityLevel(
		[
OutAttribute] 
long long% 
level
)

Parameters

level
Int64 %

See Also