Click or drag to resize
BrowserIsPartial Property
Indicates if there could be more matching data for the specified filter

Namespace: Com.Tibco.As.Space.Browser
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public abstract bool IsPartial { get; }

Property Value

Type: Boolean
true if this query does not return all the matching rows; otherwise, false.
Remarks
Applicable for SNAPSHOT GET browser only
See Also