ReportingService2005.GetRoleProperties(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns role information and a collection of associated tasks.
public:
cli::array <ReportService2005::Task ^> ^ GetRoleProperties(System::String ^ Name, [Runtime::InteropServices::Out] System::String ^ % Description);
public ReportService2005.Task[] GetRoleProperties (string Name, out string Description);
member this.GetRoleProperties : string * string -> ReportService2005.Task[]
Public Function GetRoleProperties (Name As String, ByRef Description As String) As Task()
Parameters
- Name
- String
The name of the role.
- 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 | (Out) ServerInfoHeaderValue |
Required Permissions | ReadRoleProperties (System) |