SqmSettings.Port Property
Applies To: Operations Manager for System Center 2012
Gets or sets the port to use for SQM communication.
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 an integer Int32 that representing the port number.
See Also
SqmSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top