Gets or sets whether to synchronize the local cache entries state with the remote space.
Meaning, if an entry is stored in the local cache and the same entry is updated in the remote space, whether is should
be updated in the local cache as well.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public bool SynchronizeWithRemoteSpace { get; set; }
Public Property SynchronizeWithRemoteSpace As Boolean Get Set
public: property bool SynchronizeWithRemoteSpace { bool get (); void set (bool value); }
/** @property */ public boolean get_SynchronizeWithRemoteSpace() /** @property */ public void set_SynchronizeWithRemoteSpace(boolean value)