 | AppletPackageSettings Property |
Initial applet configuration
Namespace: SanteDB.Core.Applets.ModelAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntaxpublic List<AppletSettingEntry> Settings { get; set; }Public Property Settings As List(Of AppletSettingEntry)
Get
Set
public:
property List<AppletSettingEntry^>^ Settings {
List<AppletSettingEntry^>^ get ();
void set (List<AppletSettingEntry^>^ value);
}member Settings : List<AppletSettingEntry> with get, set
Property Value
ListAppletSettingEntryThe configuration.
See Also