Open this page in the API Guide

ServerController.ServerRegistryService Property

Gets the server registry 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 IServerRegistryService ServerRegistryService { get; }

Property Value

Type: IServerRegistryService
The server registry service.
See Also