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