Share via


ConnectorMonitoringAlert.ManagementGroupName Property

 

Applies To: Operations Manager for System Center 2012

Gets the name of the Management Group that the alert came from.

Namespace:   Microsoft.EnterpriseManagement.ConnectorFramework
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public string ManagementGroupName { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property String^ ManagementGroupName {
    String^ get();
    internal: void set(String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ManagementGroupName : string with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property ManagementGroupName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

Returns aString that contains the name of the Management Group that the alert came from.

Examples

See ConnectorMonitoringAlert for an example of the ManagementGroupName property.

See Also

ConnectorMonitoringAlert Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Return to top