Role Class

Definition

Represents a role for use in Reporting Services security.

public ref class Role
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Role
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Role = class
Public Class Role
Inheritance
Role
Attributes

Remarks

A Role object is returned as output by the ListRoles method.

Use the Role class together with the Roles property of the Policy class.

Constructors

Role()

Initializes a new instance of the Role class.

Properties

Description

Gets or sets the description of the role.

Name

Gets or sets the name of the role.

Applies to