Click or drag to resize

PFQueryResultsLimit Property

Gets or sets the maximum number of elements that can be returned by this query.

Only used if EnablePaging is set to false.

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 ResultsLimit { get; set; }

Property Value

Type: Int64
See Also