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

Namespace:  Interop.CCMEXEC
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

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

Parameters

pszEndpoint
String %

See Also