 | MatchingDockerFeature.Settings Property |
Gets the settings for this feature
Namespace:
SanteDB.Matcher.Docker
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
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
Type:
IEnumerable<String>Implements
IDockerFeature.Settings
See Also