Share via


ManageableConfigurationSourceImplementation.ManageabilityHelper Property

Gets the manageability helper for the source.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public ReadOnly Property ManageabilityHelper As IManageabilityHelper
public IManageabilityHelper ManageabilityHelper { get; }
public:
property IManageabilityHelper^ ManageabilityHelper {
    IManageabilityHelper^ get ();
}
public function get ManageabilityHelper () : IManageabilityHelper

Field Value

The manageability helper for the source.

See Also

ManageableConfigurationSourceImplementation Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability Namespace