ConfigurationWizardStep.Properties Property
The properties managed by ConfigurationWizardStep as Property enumerable.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As IEnumerable(Of Property)
public IEnumerable<Property> Properties { get; }
public:
property IEnumerable<Property^>^ Properties {
IEnumerable<Property^>^ get ();
}
public function get Properties () : IEnumerable<Property>
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard Namespace