PropertyWizardsSection Class
Members See Also 
SourceCode.Configuration Namespace : PropertyWizardsSection Class



Glossary Item Box

Object Model

PropertyWizardsSection Class PropertyWizardCollection Class PropertyWizardElement Class

Syntax

Visual Basic (Declaration)  
Public NotInheritable Class PropertyWizardsSection 
   Inherits System.Configuration.ConfigurationSection
Visual Basic (Usage) Copy Code
Dim instance As PropertyWizardsSection
C#  
public sealed class PropertyWizardsSection : System.Configuration.ConfigurationSection 
C++/CLI  
public ref class PropertyWizardsSection sealed : public System.Configuration.ConfigurationSection 

Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
      System.Configuration.ConfigurationSection
         SourceCode.Configuration.PropertyWizardsSection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also