英語で読む

次の方法で共有


PageNumberFilter.Value property

Gets or sets the value of the page number filter.

Namespace:  Microsoft.SharePoint.BusinessData.Runtime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Value As UInteger
    Get
    Set
'Usage
Dim instance As PageNumberFilter
Dim value As UInteger

value = instance.Value

instance.Value = value
public uint Value { get; set; }

Property value

Type: System.UInt32
The value of the page number filter.

See also

Reference

PageNumberFilter class

PageNumberFilter members

Microsoft.SharePoint.BusinessData.Runtime namespace