Class UpdatePassword
Specifies information about updating a local user password.
Inheritance
System.Object
UpdatePassword
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()
Namespace: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class UpdatePassword
Constructors
UpdatePassword()
Declaration
public UpdatePassword()
Properties
CurrentPassword
Specifies the current password.
Declaration
public string CurrentPassword { get; set; }
Property Value
System.String
|
NewPassword
Specifies the new password.
Declaration
public string NewPassword { get; set; }
Property Value
System.String
|