ElementProperty.ConfigurationSectionName Property
The name of the configuration section that contains the property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ConfigurationSectionName As String
public virtual string ConfigurationSectionName { get; }
public:
virtual property String^ ConfigurationSectionName {
String^ get ();
}
public function get ConfigurationSectionName () : String
Implements
IEnvironmentalOverridesProperty.ConfigurationSectionName
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace