Gets the number key/value pairs.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic short Count { get; }Public ReadOnly Property Count As Short
Get
public:
property short Count {
short get ();
}Property Value
Int16
The
Result's number of key/value pairs.
Remarks
Return the number of key/value pairs.
See Also