Class UpdateUserRoleUsersModel
Provides information for updating the users of a user role.
Inheritance
System.Object
UpdateUserRoleUsersModel
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 UpdateUserRoleUsersModel
Constructors
UpdateUserRoleUsersModel()
Declaration
public UpdateUserRoleUsersModel()
Properties
UserIds
Specifies a list of IDs of the users which should be assigned to the role.
Declaration
public List<string> UserIds { get; set; }
Property Value
System.Collections.Generic.List<System.String>
|