SilverlightDataPager.PageIndex Property
Gets the index of the current page in the data pager.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overridable Property PageIndex As Integer
Get
Set
public virtual int PageIndex { get; set; }
public:
virtual property int PageIndex {
int get ();
void set (int value);
}
abstract PageIndex : int with get, set
override PageIndex : int with get, set
function get PageIndex () : int
function set PageIndex (value : int)
Property Value
Type: System.Int32
The index of the current page in the data pager.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace