 | UserPreferencesUpdatedEventArgsSettings Property |
Gets the settings which were updated
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IEnumerable<AppSettingKeyValuePair> Settings { get; }Public ReadOnly Property Settings As IEnumerable(Of AppSettingKeyValuePair)
Get
public:
property IEnumerable<AppSettingKeyValuePair^>^ Settings {
IEnumerable<AppSettingKeyValuePair^>^ get ();
}member Settings : IEnumerable<AppSettingKeyValuePair> with get
Property Value
IEnumerableAppSettingKeyValuePair
See Also