ViewResultTError Property |
An error message if one occured.
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Error { get; }
Public ReadOnly Property Error As String
Get
public:
virtual property String^ Error {
String^ get () sealed;
}
abstract Error : string with get
override Error : string with get
Property Value
Type:
StringImplements
IViewResultTError
See Also