ManagementGroup.ConnectionSettings Property

 

Applies To: Operations Manager for System Center 2012

Gets the connection settings that are used to create this management group.

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

Syntax

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

Property Value

Type: Microsoft.EnterpriseManagement.ManagementGroupConnectionSettings

Returns aManagementGroupConnectionSettingsvalue.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top