Share via


ReportingService2010.ListRoles(String, String) Method

Definition

public:
 cli::array <Microsoft::SqlServer::ReportingServices2010::Role ^> ^ ListRoles(System::String ^ SecurityScope, System::String ^ SiteUrl);
public Microsoft.SqlServer.ReportingServices2010.Role[] ListRoles (string SecurityScope, string SiteUrl);
member this.ListRoles : string * string -> Microsoft.SqlServer.ReportingServices2010.Role[]
Public Function ListRoles (SecurityScope As String, SiteUrl As String) As Role()

Parameters

SecurityScope
String
SiteUrl
String

Returns

Role[]

Applies to