ITruncatedCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection that is truncated to a given page size.
public interface ITruncatedCollection : System.Collections.IEnumerable
type ITruncatedCollection = interface
interface IEnumerable
Public Interface ITruncatedCollection
Implements IEnumerable
- Derived
- Implements
Properties
IsTruncated |
Gets a value representing if the collection is truncated or not. |
PageSize |
Gets the page size the collection is truncated to. |