FirstPage Property
Summary
Gets or sets the first page to load. This is 1-based index.
Syntax
[DataMemberAttribute(Name="FirstPage", IsRequired=false)]
public int FirstPage { get; set; }
<DataMemberAttribute("FirstPage")>
Public Property FirstPage As Integer
[DataMemberAttribute("FirstPage")]
public:
property int FirstPage {
int get();
void set ( int );
}
Property Value
An integer value that specifies the first page to be loaded.