[Missing <summary> documentation for "P:Couchbase.Views.ErrorObj.Error"]
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic string Error { get; set; }
public string Error { get; set; }
Public Property Error As String
Get
Set
Public Property Error As String
Get
Set
public:
property String^ Error {
String^ get ();
void set (String^ value);
}
public:
property String^ Error {
String^ get ();
void set (String^ value);
}
member Error : string with get, set
member Error : string with get, set
Property Value
Type:
String
See Also