Share via


ManagementGroupAdministration.Settings Property

 

Applies To: Operations Manager for System Center 2012

Gets the global settings defined for this Management Group.

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

Syntax

public Settings Settings { get; }
public:
property Settings^ Settings {
    Settings^ get();
}
member Settings : Settings with get
Public ReadOnly Property Settings As Settings

Property Value

Type: Microsoft.EnterpriseManagement.Administration.Settings

Returns a Settings object that contains the global settings defined for this Management Group.

See Also

ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top