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

Gets a value that determines if the token of the owner was elevated at the time they 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 
GetOwnerElevationState(
	
out 
bool 
elevated
)
Sub 
GetOwnerElevationState ( _
		<
OutAttribute> 
ByRef 
elevated 
As 
Boolean _
)
void 
GetOwnerElevationState(
		[
OutAttribute] 
bool% 
elevated
)

Parameters

elevated
Boolean %

See Also