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 items.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overridable Property ItemCount As Integer
Get
Set
'Usage
Dim value As Integer
value = Me.ItemCount
Me.ItemCount = value
protected virtual int ItemCount { get; set; }
Property Value
Type: System.Int32
The number of items.
Remarks
The default value is 0.
See Also
Reference
MossWebPartMobileAdapterBase Class