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

Client notification server port, default is 10123

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
ushort 
Port { 
get; 
protected 
set; }
Public 
Property 
Port 
As 
UShort
	
Get
	
Protected 
Set
public:
property 
unsigned short 
Port {
	
unsigned short 
get ();
	
protected: 
void 
set (
unsigned short 
value);
}

See Also