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