| SynchronizationConfigurationSectionUsePatches Property |
Use patches instead of full submission
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public bool UsePatches { get; set; }
Public Property UsePatches As Boolean
Get
Set
public:
property bool UsePatches {
bool get ();
void set (bool value);
}
member UsePatches : bool with get, set
Property Value
Type:
BooleanSee Also