PageNumberFilter.Value Property
Gets or sets the value of the page number filter. The value of this property is always 1.
Namespace: Microsoft.Office.BusinessData.Runtime
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.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. The value of this property is always 1.