RSSAggregatorWebPartMobileAdapter.ItemCount Property
Gets or sets the number of items.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Property ItemCount As Integer
Get
Set
'Usage
Dim value As Integer
value = Me.ItemCount
Me.ItemCount = value
protected override int ItemCount { get; set; }
Property Value
Type: System.Int32
The number of items.
Remarks
The NotSupportedException exception is thrown when trying to set the value for the ItemCount property.
See Also
Reference
RSSAggregatorWebPartMobileAdapter Class