FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / GetRoleProperties Method

In This Topic
    GetRoleProperties Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetRoleProperties( _
       ByVal Name As String, _
       ByRef Tasks() As Task, _
       ByRef Description As String _
    ) As ServerInfoHeader
    public ServerInfoHeader GetRoleProperties( 
       string Name,
       out Task[] Tasks,
       out string Description
    )

    Parameters

    Name
    Tasks
    Description
    See Also