TransactionSearchCriteria.CountOnly Property

Definition

Specifies a value that indicates if the result of the query should be the count (true) or the actual transactions (false).

public:
 property bool CountOnly { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool CountOnly { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CountOnly : bool with get, set
Public Property CountOnly As Boolean

Property Value

true if the result of the query should be the count; otherwise, false.

Attributes

Applies to