다음을 통해 공유


MossWebPartMobileAdapterBase.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 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

MossWebPartMobileAdapterBase Members

Microsoft.SharePoint.Portal.WebControls Namespace