PeopleEditor.DefaultRows Property
Retrieves the default number of rows in the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides ReadOnly Property DefaultRows As Integer
Get
'Usage
Dim value As Integer
value = Me.DefaultRows
protected override int DefaultRows { get; }
Property Value
Type: System.Int32
An integer that represents the default number of rows.