| ApplicationServiceContextConfigurationSectionAppSettings Property |
General extended application settings
Namespace:
SanteDB.Core.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public List<AppSettingKeyValuePair> AppSettings { get; set; }
Public Property AppSettings As List(Of AppSettingKeyValuePair)
Get
Set
public:
property List<AppSettingKeyValuePair^>^ AppSettings {
List<AppSettingKeyValuePair^>^ get ();
void set (List<AppSettingKeyValuePair^>^ value);
}
member AppSettings : List<AppSettingKeyValuePair> with get, set
Property Value
Type:
ListAppSettingKeyValuePairSee Also