Open this page in the API Guide

ProjectController.ProjectService Property

Gets the project service.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
protected IProjectService ProjectService { get; }

Property Value

Type: IProjectService
The project service.
See Also