ITruncatedCollection.IsTruncated Property
Gets a value indicating whether the collection is truncated.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
ReadOnly Property IsTruncated As Boolean
Get
'Usage
Dim instance As ITruncatedCollection
Dim value As Boolean
value = instance.IsTruncated
bool IsTruncated { get; }
property bool IsTruncated {
bool get ();
}
abstract IsTruncated : bool
function get IsTruncated () : boolean
Property Value
Type: System.Boolean
true if the collection is truncated; otherwise, false.