| RemoteRecordMatchConfigurationServiceConfigurations Property |
Get the configurations
Namespace:
SanteDB.DisconnectedClient.Services.Remote
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public 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
Type:
IEnumerableIRecordMatchingConfigurationImplements
IRecordMatchingConfigurationServiceConfigurationsSee Also