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)
Syntaxprotected IServerRegistryService ServerRegistryService { get; }
Protected ReadOnly Property ServerRegistryService As IServerRegistryService
Get
protected:
property IServerRegistryService^ ServerRegistryService {
IServerRegistryService^ get ();
}
member ServerRegistryService : IServerRegistryService with get
Property Value
Type:
IServerRegistryService
The server registry service.
See Also