ITruncatedCollection.IsTruncated Property
Gets a value representing if the collection is truncated or not.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
bool IsTruncated { get; }
property bool IsTruncated {
bool get();
}
abstract IsTruncated : bool with get
ReadOnly Property IsTruncated As Boolean
Property Value
Type: System.Boolean
See Also
ITruncatedCollection Interface
System.Web.Http.OData.Query Namespace
Return to top