Offline Property (C1OAuthConnectionStringBuilder)
In This Topic
Specifies whether or not accessing an invalid cached table should throw an exception or if the table will be refreshed.
Default is false/not.
Syntax
'Declaration
Public Property Offline As Boolean
public bool Offline {get; set;}
See Also