ConfigMgrBgbSession.Port Property
Gets the client notification server port number. The default value is 10123.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ushort Port { get; protected set; }
public:
property unsigned short Port {
unsigned short get();
protected: void set(unsigned short value);
}
Public Property Port As UShort
Get
Protected Set
End Property
Property Value
Type: System.UInt16
See Also
ConfigMgrBgbSession Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top