Gets or sets the local cache synchronization mode, affects only if SynchronizeWithRemoteSpace is enabled.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public CacheSyncMode SynchronizeMode { get; set; }
Public Property SynchronizeMode As CacheSyncMode Get Set
public: property CacheSyncMode SynchronizeMode { CacheSyncMode get (); void set (CacheSyncMode value); }
/** @property */ public CacheSyncMode get_SynchronizeMode() /** @property */ public void set_SynchronizeMode(CacheSyncMode value)