 | IDockerFeatureSettings Property |
Get a list of settings allowed for this object
Namespace: SanteDB.Docker.CoreAssembly: SanteDB.Docker.Core (in SanteDB.Docker.Core.dll) Version: 3.0.2081-alpha+33b80aa7f95e24a6799613bc47257a05ef96e81a
SyntaxIEnumerable<string> Settings { get; }ReadOnly Property Settings As IEnumerable(Of String)
Get
property IEnumerable<String^>^ Settings {
IEnumerable<String^>^ get ();
}abstract Settings : IEnumerable<string> with get
Property Value
IEnumerableString
RemarksThis enumerable is used to validate the settings which the user has passed on the environment for the
host context. Each setting is prefixed with
Id so, if a feature has
Id of "my"
and a setting of "setting" then the interpreter will look for environment variable
sdb_my_setting and
will place it into the settings parameter passed to the
Configure(SanteDBConfiguration, IDictionaryString, String)
method
See Also