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