 | IAppletSolutionManagerServiceSolutions Property |
Get the solutions configured on the server
Namespace: SanteDB.Core.Applets.ServicesAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
SyntaxIEnumerable<AppletSolution> Solutions { get; }ReadOnly Property Solutions As IEnumerable(Of AppletSolution)
Get
property IEnumerable<AppletSolution^>^ Solutions {
IEnumerable<AppletSolution^>^ get ();
}abstract Solutions : IEnumerable<AppletSolution> with get
Property Value
IEnumerableAppletSolution
See Also