Click or drag to resize

PFQueryPageNo Property

Gets or sets the page number. One-based index.

Only used if EnablePaging is set to true.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlIgnoreAttribute]
[DataMemberAttribute]
public int PageNo { get; set; }

Property Value

Type: Int32
See Also