 | BisDockerFeatureSettings Property |
Get the settings
Namespace: SanteDB.Rest.BISAssembly: SanteDB.Rest.BIS (in SanteDB.Rest.BIS.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
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
See Also