WorkItemFormControl.CachingEnabled Property

A boolean flag to enable/disable the caching of work item forms.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Public Shared Property CachingEnabled As Boolean
public static bool CachingEnabled { get; set; }
public:
static property bool CachingEnabled {
    bool get ();
    void set (bool value);
}
static member CachingEnabled : bool with get, set
static function get CachingEnabled () : boolean 
static function set CachingEnabled (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

Remarks

Work item form caching can increase load performance. By default, it is enabled.

.NET Framework Security

See Also

Reference

WorkItemFormControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace