 | MdmDockerFeatureSettings Property |
Gets the settings
Namespace: SanteDB.Persistence.MDM.DockerAssembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
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