ComputerHealthService.CommunicationPort Property
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