MemberRetrievalOptionsSequenceSize Property |
Gets or sets the sequence size, when the retrieved members are paginated.
Namespace:
Dundas.BI.Data.MemberRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic int SequenceSize { get; set; }Public Property SequenceSize As Integer
Get
Set
public:
property int SequenceSize {
int get ();
void set (int value);
}member SequenceSize : int with get, set
Property Value
Type:
Int32
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | The property value assigned is less than 0. |
RemarksUse 0 to return all the members.
See Also