Condividi tramite


ReportingService2006.GetRoleProperties(String, String, String) Metodo

Definizione

Restituisce le informazioni dei ruoli e una raccolta di attività associate.

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()

Parametri

Name
String

Nome ruolo.

Site
String

URL completo del sito di SharePoint.

Description
String

[out] Descrizione del ruolo.

Restituisce

Task[]

Matrice di oggetti Task che rappresentano le attività associate al ruolo.

Commenti

Nella tabella seguente vengono mostrate le informazioni sull'intestazione e sulle autorizzazioni relative a questa operazione.

Intestazioni SOAP (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Autorizzazioni necessarie <xref:Microsoft.SharePoint.SPBasePermissions.ManagePermissions>

Si applica a