Jaa


ConfigurationManageabilityProviderAttributeRetriever.ElementManageabilityProviderAttributes Property

This type supports the Enterprise Library Manageability Extensions infrastructure and is not intended to be used directly from your code. Gets the retrieved ConfigurationElementManageabilityProviderAttribute instances.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public ReadOnly Property ElementManageabilityProviderAttributes As IEnumerable(Of ConfigurationElementManageabilityProviderAttribute)
public IEnumerable<ConfigurationElementManageabilityProviderAttribute> ElementManageabilityProviderAttributes { get; }
public:
property IEnumerable<ConfigurationElementManageabilityProviderAttribute^>^ ElementManageabilityProviderAttributes {
    IEnumerable<ConfigurationElementManageabilityProviderAttribute^>^ get ();
}
public function get ElementManageabilityProviderAttributes () : IEnumerable<ConfigurationElementManageabilityProviderAttribute>

See Also

ConfigurationManageabilityProviderAttributeRetriever Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics Namespace