Gets or sets a value indicating whether updating of values of the inspected object is enabled.

Namespace: Dapfor.Net.Diagnostics
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

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

Property Value

Type: Boolean
true if the Inspector can refresh values; otherwise, false.

See Also