 | IRecordMatchingConfigurationServiceConfigurations Property |
Gets the names of configurations in this provider
Namespace: SanteDB.Core.MatchingAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIEnumerable<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
IEnumerableIRecordMatchingConfiguration
See Also