| AppletConfigurationSectionAppletConfiguration Property |
Gets or sets configuration data specific to a particular applet
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public List<AppletConfiguration> AppletConfiguration { get; set; }
Public Property AppletConfiguration As List(Of AppletConfiguration)
Get
Set
public:
property List<AppletConfiguration^>^ AppletConfiguration {
List<AppletConfiguration^>^ get ();
void set (List<AppletConfiguration^>^ value);
}
member AppletConfiguration : List<AppletConfiguration> with get, set
Property Value
Type:
ListAppletConfigurationRemarks This property is used to store user preferences for a particular applet
See Also