Click or drag to resize

SynchronizationConfigurationSectionSynchronizationResources Property

Gets or sets the list of synchronization queries

Namespace:  SanteDB.DisconnectedClient.Configuration
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public List<SynchronizationResource> SynchronizationResources { get; set; }

Property Value

Type: ListSynchronizationResource
See Also