  | RemoteSynchronizationServiceIsSynchronizing Property  | 
 
            Gets whether the object is synchronizing
            
 
    Namespace: 
   SanteDB.DisconnectedClient.Synchronization
    Assembly:
   SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic bool IsSynchronizing { get; }Public ReadOnly Property IsSynchronizing As Boolean
	Get
public:
virtual property bool IsSynchronizing {
	bool get () sealed;
}abstract IsSynchronizing : bool with get
override IsSynchronizing : bool with get
Property Value
Type: 
BooleanImplements
ISynchronizationServiceIsSynchronizing
See Also