CreateUserWizard.CompleteStep 屬性
定義
取得最終使用者帳戶建立步驟的參考。Gets a reference to the final user account creation step.
public:
property System::Web::UI::WebControls::CompleteWizardStep ^ CompleteStep { System::Web::UI::WebControls::CompleteWizardStep ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.CompleteWizardStep CompleteStep { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CompleteStep : System.Web.UI.WebControls.CompleteWizardStep
Public ReadOnly Property CompleteStep As CompleteWizardStep
屬性值
CompleteWizardStep 物件,表示最終使用者帳戶建立步驟。A CompleteWizardStep object that represents the final user account creation step.
- 屬性
備註
CompleteStep屬性會定義建立使用者帳戶的最後一個步驟。The CompleteStep property defines the final step for creating a user account. 這個屬性是唯讀的;不過,您可以設定傳回之物件的屬性 CompleteWizardStep CompleteStep 。This property is read-only; however, you can set the properties of the CompleteWizardStep object that CompleteStep returns.