AemSettings.Port Property
Applies To: Operations Manager for System Center 2012
Gets or sets the port number for clients of the Microsoft Vista operating system.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public int Port { get; set; }
public:
property int Port {
int get();
void set(int value);
}
member Port : int with get, set
Public Property Port As Integer
Property Value
Type: System.Int32
Returns a Int32 representing the port number.
See Also
AemSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top