 | ClientAppletManagerServiceApplets Property |
Gets the loaded applets from the manager
Namespace: SanteDB.Client.Batteries.ServicesAssembly: SanteDB.Client.Batteries (in SanteDB.Client.Batteries.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic 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
ReadonlyAppletCollectionImplements
IAppletManagerServiceApplets
See Also