ConfigurationWizardStep.WizardStepPropertyCollection.Item Property (String)
Retrieves the wizard property based on propertyName
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 Item ( _
propertyName As String _
) As WizardProperty
public WizardProperty Item[
string propertyName
] { get; }
public:
property WizardProperty^ Item[String^ propertyName] {
WizardProperty^ get (String^ propertyName);
}
JScript does not support indexed properties.
Parameters
- propertyName
Type: System.String
Return Value
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the propertyName does not exist. |
See Also
ConfigurationWizardStep.WizardStepPropertyCollection Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard Namespace