ViewController<T>.ViewService Property |
Gets the service that provides functionality for getting and saving views.
Namespace:
Dundas.BI.WebApi.Controllers
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxprotected IViewService ViewService { get; }
Protected ReadOnly Property ViewService As IViewService
Get
protected:
property IViewService^ ViewService {
IViewService^ get ();
}
member ViewService : IViewService with get
Property Value
Type:
IViewService
See Also