Class CreateUserRoleData
Provides information for creating a user role.
Inheritance
System.Object
CreateUserRoleData
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 CreateUserRoleData
Constructors
CreateUserRoleData()
Declaration
public CreateUserRoleData()
Properties
Description
Specifies the description of the user role.
Declaration
public string Description { get; set; }
Property Value
System.String
|
Name
Specifies the name of the user role.
Declaration
public string Name { get; set; }
Property Value
System.String
|
UserIds
The IDs of the assigned to the role users.
Declaration
public List<string> UserIds { get; set; }
Property Value
System.Collections.Generic.List<System.String>
|