| SynchronizationEventArgsIsInitial Property |
True if the pull is the initial pull
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public bool IsInitial { get; }
Public ReadOnly Property IsInitial As Boolean
Get
public:
property bool IsInitial {
bool get ();
}
member IsInitial : bool with get
Property Value
Type:
BooleanSee Also