 | UpstreamMatchConfigurationServiceConfigurations Property |
Gets the names of configurations in this provider
Namespace: SanteDB.Client.Upstream.MatchingAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
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