ViewResult<T>.Success Property Couchbase .NET SDK 2.0
True if the request was successful

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool Success { get; }

Property Value

Type: Boolean

Implements

IResult.Success
See Also