AddApplicationBlockCommandAttribute.ConfigurationSectionType Property
Gets the type 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 ConfigurationSectionType As Type
public Type ConfigurationSectionType { get; }
public:
property Type^ ConfigurationSectionType {
Type^ get ();
}
public function get ConfigurationSectionType () : Type
See Also
AddApplicationBlockCommandAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace