Workstation.PagedCheckinPageSize Property
Gets or sets maximum number of pending changes used during paged check-in and paged pending change acquisition.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property PagedCheckinPageSize As Integer
public int PagedCheckinPageSize { get; set; }
public:
property int PagedCheckinPageSize {
int get ();
void set (int value);
}
member PagedCheckinPageSize : int with get, set
function get PagedCheckinPageSize () : int
function set PagedCheckinPageSize (value : int)
Property Value
Type: System.Int32
The maximum number of pending changes used during paged check-in and paged pending change acquisition.
.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.