Returns the services collection.
Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property Services As ServiceInfos _ Implements IAppContext.Services |
| C# |
|---|
| public ServiceInfos Services { get; } |
| C++ |
|---|
| public property ServiceInfos Services sealed { ServiceInfos get(); } |
| J# |
|---|
| /** property */ public ServiceInfos get_Services(); |
| JScript |
|---|
| public function get Services() : ServiceInfos |