Class UpdateLocalUserDataV1
Provides information for updating a local user.
Inheritance
System.Object
UpdateLocalUserDataV1
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 UpdateLocalUserDataV1
Constructors
UpdateLocalUserDataV1()
Declaration
public UpdateLocalUserDataV1()
Properties
Specifies the email of the local user.
Declaration
public string Email { get; set; }
Property Value
System.String
|
Enabled
Specifies whether the local user is enabled or not.
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
FirstName
Specifies the first name of the local user.
Declaration
public string FirstName { get; set; }
Property Value
System.String
|
LastName
Specifies the last name of the local user.
Declaration
public string LastName { get; set; }
Property Value
System.String
|