Visual Basic (Declaration)
<ThemeableAttribute(False)> _
Public Overridable Property AutoGeneratePassword As Boolean
Dim instance As CreateUserWizard
Dim value As Boolean
value = instance.AutoGeneratePassword
instance.AutoGeneratePassword = value
[ThemeableAttribute(false)]
public virtual bool AutoGeneratePassword { get; set; }
[ThemeableAttribute(false)]
public:
virtual property bool AutoGeneratePassword {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute ThemeableAttribute(false) */
public boolean get_AutoGeneratePassword()
/** @property */
/** @attribute ThemeableAttribute(false) */
public void set_AutoGeneratePassword(boolean value)
public function get AutoGeneratePassword () : boolean
public function set AutoGeneratePassword (value : boolean)
<asp:CreateUserWizard AutoGeneratePassword="True|False" />