Boolean flag indicating if page cache warm-up is enabled

Namespace: BrightstarDB.Config
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public bool Enabled { get; set; }
Visual Basic
Public Property Enabled As Boolean
	Get
	Set
Visual C++
public:
property bool Enabled {
	bool get ();
	void set (bool value);
}
F#
member Enabled : bool with get, set

Property Value

Type: Boolean

See Also