 | ServiceOptionsSettings Property |
Gets or sets the flags on the service
Namespace: SanteDB.Core.InteropAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<AppSettingKeyValuePair> Settings { get; set; }Public Property Settings As List(Of AppSettingKeyValuePair)
Get
Set
public:
property List<AppSettingKeyValuePair^>^ Settings {
List<AppSettingKeyValuePair^>^ get ();
void set (List<AppSettingKeyValuePair^>^ value);
}member Settings : List<AppSettingKeyValuePair> with get, set
Property Value
ListAppSettingKeyValuePair
See Also