SilverlightDataPager.PageCount Property
Gets the number of pages 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 ReadOnly Property PageCount As Integer
Get
public virtual int PageCount { get; }
public:
virtual property int PageCount {
int get ();
}
abstract PageCount : int
override PageCount : int
function get PageCount () : int
Property Value
Type: System.Int32
The number of pages 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