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)

public:
[BrowsableAttribute(false)]
property CompleteWizardStep^ CompleteStep {
	CompleteWizardStep^ get();
}

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: