Click or drag to resize

PFQueryPages Property

Gets or sets the number of pages to return.

This setting is not persisted.

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]
public long Pages { get; set; }

Property Value

Type: Int64
See Also