CreateUserWizard.CreateUserButtonType Property

Definition

Gets or sets the type of button rendered as the Create User button.

public:
 virtual property System::Web::UI::WebControls::ButtonType CreateUserButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType CreateUserButtonType { get; set; }
member this.CreateUserButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property CreateUserButtonType As ButtonType

Property Value

One of the ButtonType enumeration values. The default value is Button.

Exceptions

The specified button type is not one of the ButtonType values.

Applies to

See also