 | FhirProvenanceHeaderFeatureSettings Property |
Get a list of settings allowed for this object
Namespace: SanteDB.Messaging.FHIR.DockerAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic IEnumerable<string> Settings { get; }Public ReadOnly Property Settings As IEnumerable(Of String)
Get
public:
virtual property IEnumerable<String^>^ Settings {
IEnumerable<String^>^ get () sealed;
}abstract Settings : IEnumerable<string> with get
override Settings : IEnumerable<string> with get
Property Value
IEnumerableStringImplements
IDockerFeatureSettings
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