ReportingService2005.SetRoleProperties(String, String, Task[]) Method

Definition

Sets role properties and associates a collection of tasks with a specified role.

public:
 void SetRoleProperties(System::String ^ Name, System::String ^ Description, cli::array <ReportService2005::Task ^> ^ Tasks);
public void SetRoleProperties (string Name, string Description, ReportService2005.Task[] Tasks);
member this.SetRoleProperties : string * string * ReportService2005.Task[] -> unit
Public Sub SetRoleProperties (Name As String, Description As String, Tasks As Task())

Parameters

Name
String

The name of the role for which to set properties.

Description
String

Optional. A description of the role.

Tasks
Task[]

An array of Task objects that represent the tasks to set for the role.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (In) BatchHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions UpdateRoleProperties (System)

When you use the SetRoleProperties method to change role properties, groups, users, and policies that are assigned to the role are affected.

Applies to