Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets the port number that the health service uses to communicate with its primary Management Server.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public int CommunicationPort { get; }
public:
property int CommunicationPort {
int get();
}
member CommunicationPort : int with get
Public ReadOnly Property CommunicationPort As Integer
Property Value
Type: System.Int32
Returns a Int32 whose value is the port number that the health service uses to communicate with its primary Management Server.
See Also
ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top