Settings.ManagementGroup Structure
Applies To: Operations Manager for System Center 2012
Contains settings for a Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[SettingGroupAttribute]
public struct ManagementGroup
[SettingGroupAttribute]
public value struct ManagementGroup
[<Sealed>]
[<SettingGroupAttribute>]
type ManagementGroup = struct end
<SettingGroupAttribute>
Public Structure ManagementGroup
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) |
|
GetHashCode() | (Inherited from ValueType.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
CustomerExperienceImprovementProgramEnabled | A Boolean setting value that determines whether a Management Group has enabled the Customer Experience Improvement Program feature. |
|
SendOperationalDataReports | A Boolean setting value that determines whether a Management Group will send operational data reports. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Administration Namespace
Return to top