Class ChangePasswordForm
Inheritance
System.Object
ChangePasswordForm
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
public class ChangePasswordForm
Properties
Declaration
public string ChangePasswordButtonLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CurrentPasswordHelpblock { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CurrentPasswordLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
HelpText
Declaration
public string HelpText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NewPasswordHelpblock { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NewPasswordLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NewPasswordVerifyHelpblock { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NewPasswordVerifyLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
UsernameDefaultDomainHelperBlock
Declaration
public string UsernameDefaultDomainHelperBlock { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UsernameHelpblock { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UsernameLabel { get; set; }
Property Value
Type |
Description |
System.String |
|