CreateUserWizard.CreateUserButtonType Свойство

Определение

Возвращает или задает тип кнопки, отображаемой в качестве кнопки Создать пользователя.

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

Значение свойства

ButtonType

Одно из значений перечисления ButtonType. Значение по умолчанию — Button.

Исключения

Указанный тип кнопки не является одним из значений ButtonType.

Применяется к

См. также раздел