Role Class

Definition

Represents a role for use in Reporting Services security.

public ref class Role
public class Role
type Role = class
Public Class Role
Inheritance
Role

Remarks

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

Use Role with the Roles property of the Policy class.

Constructors

Role()

Instantiates a new instance of a Role class.

Properties

Description

Gets or sets the description of the role.

Name

Gets or sets the name of the role.

Applies to