MonitoringClassInfo.SystemName Property
Applies To: Operations Manager for System Center 2012
Gets the system name for a monitoring class.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string SystemName { get; }
public:
property String^ SystemName {
String^ get();
}
member SystemName : string with get
Public ReadOnly Property SystemName As String
Property Value
Type: System.String
Returns a String that contains the system name for a monitoring class.
See Also
MonitoringClassInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top