| IDataConfigurationProviderOptions Property |
Get the configuration options
Namespace:
SanteDB.Core.Configuration.Data
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax IDictionary<string, ConfigurationOptionType> Options { get; }
ReadOnly Property Options As IDictionary(Of String, ConfigurationOptionType)
Get
property IDictionary<String^, ConfigurationOptionType>^ Options {
IDictionary<String^, ConfigurationOptionType>^ get ();
}
abstract Options : IDictionary<string, ConfigurationOptionType> with get
Property Value
Type:
IDictionaryString,
ConfigurationOptionTypeRemarks The return value of this property represents all connection string options which should be exposed
on the configuration screen which is using this instance. The resulting dictionary should have keys
representing the property names in the connection string and the option types
drive the drop down within the property grid.
See Also