MemberRetrievalOptionsSequenceStart Property  | 
 
            Gets or sets the starting sequence index, 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 (25.3.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
Type: 
Int32
Exceptions
See Also