Share via


MonitoringRuleInfo.SystemName Property

 

Applies To: Operations Manager for System Center 2012

Gets the system name that contains the monitoring rule.

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 that contains the monitoring rule.

See Also

MonitoringRuleInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top