Click or drag to resize

PFQueryPageSize Property

Gets or sets the page size.

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#
[XmlAttributeAttribute]
[DataMemberAttribute]
public long PageSize { get; set; }

Property Value

Type: Int64
See Also