 | MdmMatchConfigurationServiceConfigurations Property |
Gets the configuration
Namespace: SanteDB.Persistence.MDM.ServicesAssembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntaxpublic IEnumerable<IRecordMatchingConfiguration> Configurations { get; }Public ReadOnly Property Configurations As IEnumerable(Of IRecordMatchingConfiguration)
Get
public:
virtual property IEnumerable<IRecordMatchingConfiguration^>^ Configurations {
IEnumerable<IRecordMatchingConfiguration^>^ get () sealed;
}abstract Configurations : IEnumerable<IRecordMatchingConfiguration> with get
override Configurations : IEnumerable<IRecordMatchingConfiguration> with get
Property Value
IEnumerableIRecordMatchingConfigurationImplements
IRecordMatchingConfigurationServiceConfigurations
See Also