次の方法で共有


ReportingService2006.GetRoleProperties(String, String, String) メソッド

定義

関連付けられたタスクのロール情報とコレクションを返します。

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

パラメーター

Name
String

ロールの名前。

Site
String

SharePoint サイトの完全修飾 URL です。

Description
String

[out] ロールの説明です。

戻り値

Task[]

ロールに関連付けられたタスクを表す Task オブジェクトの配列です。

注釈

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
必要なアクセス許可 <xref:Microsoft.SharePoint.SPBasePermissions.ManagePermissions>

適用対象