ReportingService2005.SetRoleProperties(String, String, Task[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.