IResultListDataProvider.DisplayRowCount Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
ReadOnly Property DisplayRowCount As Integer
int DisplayRowCount { get; }
property int DisplayRowCount {
int get ();
}
abstract DisplayRowCount : int with get
function get DisplayRowCount () : int
Property Value
Type: System.Int32
Returns Int32.
.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
IResultListDataProvider Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace