| AppletInitialConfigurationAppSettings Property |
Applet configuration entry
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public List<AppletConfigurationEntry> AppSettings { get; set; }
Public Property AppSettings As List(Of AppletConfigurationEntry)
Get
Set
public:
property List<AppletConfigurationEntry^>^ AppSettings {
List<AppletConfigurationEntry^>^ get ();
void set (List<AppletConfigurationEntry^>^ value);
}
member AppSettings : List<AppletConfigurationEntry> with get, set
Property Value
Type:
ListAppletConfigurationEntrySee Also