| LocalAppletManagerServiceApplets Property |
Gets the loaded applets from the manager
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public ReadonlyAppletCollection Applets { get; }
Public ReadOnly Property Applets As ReadonlyAppletCollection
Get
public:
virtual property ReadonlyAppletCollection^ Applets {
ReadonlyAppletCollection^ get () sealed;
}
abstract Applets : ReadonlyAppletCollection with get
override Applets : ReadonlyAppletCollection with get
Property Value
Type:
ReadonlyAppletCollectionImplements
IAppletManagerServiceAppletsSee Also