Visual Basic (Declaration)
<ThemeableAttribute(False)> _
Public Overridable Property LoginCreatedUser As Boolean
Dim instance As CreateUserWizard
Dim value As Boolean
value = instance.LoginCreatedUser
instance.LoginCreatedUser = value
[ThemeableAttribute(false)]
public virtual bool LoginCreatedUser { get; set; }
[ThemeableAttribute(false)]
public:
virtual property bool LoginCreatedUser {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute ThemeableAttribute(false) */
public boolean get_LoginCreatedUser()
/** @property */
/** @attribute ThemeableAttribute(false) */
public void set_LoginCreatedUser(boolean value)
public function get LoginCreatedUser () : boolean
public function set LoginCreatedUser (value : boolean)
<asp:CreateUserWizard LoginCreatedUser="True|False" />
Property Value
Type:
System..::.Boolean true if the new user should be logged in after creating the user account; otherwise, false. The default value is true.