Share via


WikiReport.NumPages property

Gets or sets a 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 WikiReport
Dim value As String

value = instance.NumPages

instance.NumPages = value
public string NumPages { get; set; }

Property value

Type: System.String

See also

Reference

WikiReport class

WikiReport members

Microsoft.SharePoint.WebControls namespace