WikiReportIterator.NumPages property
Gets or sets the string representation of the number of pages the control will list.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property NumPages As String
Get
Set
'Usage
Dim instance As WikiReportIterator
Dim value As String
value = instance.NumPages
instance.NumPages = value
public string NumPages { get; set; }
Property value
Type: System.String