Indicates if there could be more matching data for the specified filter
Namespace: Com.Tibco.As.Space.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract bool IsPartial { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property IsPartial As Boolean Get |
Visual C++ |
---|
public: virtual property bool IsPartial { bool get () abstract; } |
F# |
---|
abstract IsPartial : bool with get |
Property Value
Type: Booleantrue if this query does not return all the matching rows; otherwise, false.
Remarks
Applicable for SNAPSHOT GET browser only