Policy.Roles プロパティ

定義

グループまたはユーザーに関連付けられているロールを取得または設定します。

public:
 property cli::array <ReportService2005::Role ^> ^ Roles { cli::array <ReportService2005::Role ^> ^ get(); void set(cli::array <ReportService2005::Role ^> ^ value); };
public ReportService2005.Role[] Roles { get; set; }
member this.Roles : ReportService2005.Role[] with get, set
Public Property Roles As Role()

プロパティ値

Role[]

ロール オブジェクトの配列を返します。

適用対象