CreateUserWizard.CompleteStep Property

 

Gets a reference to the final user account creation step.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

<BrowsableAttribute(False)>
Public ReadOnly Property CompleteStep As CompleteWizardStep

Property Value

Type: System.Web.UI.WebControls.CompleteWizardStep

A CompleteWizardStep object that represents the final user account creation step.

The CompleteStep property defines the final step for creating a user account. This property is read-only; however, you can set the properties of the CompleteWizardStep object that CompleteStep returns.

.NET Framework
Available since 2.0
Return to top
Show: