TruncatedCollection<T>.IsTruncated Property
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public bool IsTruncated { get; }
public:
property bool IsTruncated {
virtual bool get() sealed;
}
abstract IsTruncated : bool with get
override IsTruncated : bool with get
Public ReadOnly Property IsTruncated As Boolean
Property Value
Type: System.Boolean
Implements
ITruncatedCollection.IsTruncated
See Also
TruncatedCollection<T> Class
System.Web.Http.OData.Query Namespace
Return to top