TransactionSearchCriteria.CountOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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