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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace