ConnectionManagerCacheClass.UseFile Property

Definition

Gets or sets a Boolean that indicates whether the connection manager uses a cache file.

public:
 virtual property bool UseFile { bool get(); void set(bool value); };
public virtual bool UseFile { get; set; }
member this.UseFile : bool with get, set
Public Overridable Property UseFile As Boolean

Property Value

true if the connection manager uses a cache file; otherwise, false.

Implements

Remarks

For more information, see ConnectionManager.

Applies to