[Missing <summary> documentation for "P:Couchbase.N1QL.Error.Code"]
Namespace: Couchbase.N1QLAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Code { get; set; }
Public Property Code As Integer
Get
Set
public:
property int Code {
int get ();
void set (int value);
}
member Code : int with get, set
Property Value
Type:
Int32
See Also