ReportingService2006.GetRoleProperties(String, String, String) Method

Definition

Returns role information and a collection of associated tasks.

public:
 cli::array <ReportService2006::Task ^> ^ GetRoleProperties(System::String ^ Name, System::String ^ Site, [Runtime::InteropServices::Out] System::String ^ % Description);
public ReportService2006.Task[] GetRoleProperties (string Name, string Site, out string Description);
member this.GetRoleProperties : string * string * string -> ReportService2006.Task[]
Public Function GetRoleProperties (Name As String, Site As String, ByRef Description As String) As Task()

Parameters

Name
String

The name of the role.

Site
String

The fully qualified URL for the SharePoint site.

Description
String

[out] The description of the role.

Returns

Task[]

An array of Task objects that represents the tasks associated with the role.

Remarks

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

SOAP Headers (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions <xref:Microsoft.SharePoint.SPBasePermissions.ManagePermissions>

Applies to