Partager via


AddSateliteProviderCommandAttribute.DefaultProviderConfigurationType Property

If a configuration element exists that specifies a default property, gets the configuration type of the declaring element.

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

Syntax

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

See Also

AddSateliteProviderCommandAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace