Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Controls the change synchronization for the user who is logged on.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Property WorkOffline As Boolean
Get
Set
'Usage
Dim instance As ISynchronizationManager
Dim value As Boolean
value = instance.WorkOffline
instance.WorkOffline = value
bool WorkOffline { get; set; }
Property Value
Type: System.Boolean
The current value of the property.
Remarks
When set to true, no cached-based operations are allowed to contact the external system. This property's setting is global and affects all processes of the user who is logged on.
See Also
Reference
ISynchronizationManager Interface