QueryResultSet<T> .Success Property

Relativity Services API
Gets a value indicating whether the overall set of read operations was a success.

Namespace:  Relativity.Services
Assembly:  Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public bool Success { get; set; }

Property Value

Type: Boolean
true if success; otherwise, false.
See Also

Reference