ITestManagementTeamProject.DefaultPageSize Property
Gets or sets the default page size for this project.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property DefaultPageSize As Integer
int DefaultPageSize { get; set; }
property int DefaultPageSize {
int get ();
void set (int value);
}
abstract DefaultPageSize : int with get, set
function get DefaultPageSize () : int
function set DefaultPageSize (value : int)
Property Value
Type: Int32
The default page size.
.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.