AddApplicationBlockCommandAttribute.SectionName Property
Gets the name of the configuration section that belongs to the application block that will be added.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property SectionName As String
public string SectionName { get; }
public:
property String^ SectionName {
String^ get ();
}
public function get SectionName () : String
See Also
AddApplicationBlockCommandAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace