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