CreateUserWizard.CompleteStep Property
.NET Framework 3.0
Gets a reference to the final user account creation step.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property CompleteStep As CompleteWizardStep 'Usage Dim instance As CreateUserWizard Dim value As CompleteWizardStep value = instance.CompleteStep
/** @property */ public CompleteWizardStep get_CompleteStep ()
public function get CompleteStep () : CompleteWizardStep
Not applicable.
Property Value
A CompleteWizardStep object that represents the final user account creation step.Community Additions
ADD
Show: