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

Gets the server principal name that uniquely identifies the peer

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

Syntax

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

Parameters

name
String %

See Also