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