Share via


ConnectorMonitoringAlert.ManagementGroupId Property

 

Applies To: Operations Manager for System Center 2012

Gets the identifier for 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 Guid ManagementGroupId { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property Guid ManagementGroupId {
    Guid get();
    internal: void set(Guid value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ManagementGroupId : Guid with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property ManagementGroupId As Guid
    Get
    Friend Set
End Property

Property Value

Type: System.Guid

Returns a Guid globally unique identifier (GUID) for the Management Group that the alert came from.

Examples

See ConnectorMonitoringAlert for an example of the ManagementGroupId property.

See Also

ConnectorMonitoringAlert Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Return to top