Class Role
Provides information about a report server role.
Inheritance
System.Object
Role
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 Role
Constructors
Role()
Declaration
public Role()
Properties
Description
Specifies the role description.
Declaration
public string Description { get; set; }
Property Value
System.String
|
Id
Specifies the role identifier.
Declaration
public string Id { get; set; }
Property Value
System.String
|
Name
Specifies the role name.
Declaration
public string Name { get; set; }
Property Value
System.String
|