AddSateliteProviderCommandAttribute.DefaultProviderConfigurationPropertyName Property
If a configuration element exists that specifies a default property, gets the property that contains the name of the default value.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultProviderConfigurationPropertyName As String
public string DefaultProviderConfigurationPropertyName { get; }
public:
property String^ DefaultProviderConfigurationPropertyName {
String^ get ();
}
public function get DefaultProviderConfigurationPropertyName () : String
See Also
AddSateliteProviderCommandAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace