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 (10.0.0.1002)
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
RemarksUse 0 to return all the members.
See Also