 | IDataConfigurationProviderOptions Property |
Get the configuration options
Namespace: SanteDB.Core.Configuration.DataAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIDictionary<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
IDictionaryString,
ConfigurationOptionType
RemarksThe 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