MemberRetrievalOptionsSequenceStart Property |
Gets or sets the starting sequence index, when the retrieved members are paginated.
Namespace: Dundas.BI.Data.MemberRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic int SequenceStart { get; set; }Public Property SequenceStart As Integer
Get
Set
public:
property int SequenceStart {
int get ();
void set (int value);
}member SequenceStart : int with get, set
Property Value
Int32
Exceptions
See Also