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

Gets job owner

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetOwner(
	
out 
string 
owner
)
Sub 
GetOwner ( _
		<
OutAttribute> 
ByRef 
owner 
As 
String _
)
void 
GetOwner(
		[
OutAttribute] 
String^% 
owner
)

Parameters

owner
String %

See Also