| IRecordMatchingConfigurationServiceConfigurations Property |
Gets the names of configurations in this provider
Namespace:
SanteDB.Core.Matching
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax IEnumerable<IRecordMatchingConfiguration> Configurations { get; }
ReadOnly Property Configurations As IEnumerable(Of IRecordMatchingConfiguration)
Get
property IEnumerable<IRecordMatchingConfiguration^>^ Configurations {
IEnumerable<IRecordMatchingConfiguration^>^ get ();
}
abstract Configurations : IEnumerable<IRecordMatchingConfiguration> with get
Property Value
Type:
IEnumerableIRecordMatchingConfigurationSee Also