Share via


TruncatedCollection<T>.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
Public ReadOnly Property IsTruncated As Boolean 
    Get
'Usage
Dim instance As TruncatedCollection 
Dim value As Boolean 

value = instance.IsTruncated
public bool IsTruncated { get; }
public:
virtual property bool IsTruncated {
    bool get () sealed;
}
abstract IsTruncated : bool 
override IsTruncated : bool
final function get IsTruncated () : boolean

Property Value

Type: System.Boolean
true if the collection is truncated; otherwise, false.

Implements

ITruncatedCollection.IsTruncated

See Also

Reference

TruncatedCollection<T> Class

System.Web.Http.OData.Query Namespace