| SynchronizationConfigurationSectionSafePatchOnly Property |
When true never force a patch
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public bool SafePatchOnly { get; set; }
Public Property SafePatchOnly As Boolean
Get
Set
public:
property bool SafePatchOnly {
bool get ();
void set (bool value);
}
member SafePatchOnly : bool with get, set
Property Value
Type:
BooleanSee Also