 | ISynchronizationQueueEntryIsRetry Property |
Get whether the object is a retry
Namespace:
SanteDB.DisconnectedClient.Synchronization
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxbool IsRetry { get; set; }
Property IsRetry As Boolean
Get
Set
property bool IsRetry {
bool get ();
void set (bool value);
}
abstract IsRetry : bool with get, set
Property Value
Type:
Boolean
See Also