EstimatedMemoryUsageKBCategory.Pagination Property

Definition

Gets or sets the pagination.

public:
 property Nullable<long> Pagination { Nullable<long> get(); void set(Nullable<long> value); };
public long? Pagination { get; set; }
member this.Pagination : Nullable<int64> with get, set
Public Property Pagination As Nullable(Of Long)

Property Value

The pagination.

Applies to