handle property

int get handle

The native pointer handle for this query (used by reply methods).

Implementation

int get handle {
  _ensureNotDisposed();
  return _handle;
}