Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number of WorkItems that this collection will keep in cache from the server when a WorkItem that has not been cached is accessed.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Property PageSize As Integer
public int PageSize { get; set; }
public:
property int PageSize {
int get ();
void set (int value);
}
member PageSize : int with get, set
function get PageSize () : int
function set PageSize (value : int)
Property Value
Type: System.Int32
The number of WorkItems to keep in the cache.
Remarks
When a WorkItem that is not in the cache is accessed, it is put in the cache.
.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.