SearchResultPagerCurrentIndex Property |
Gets the current starting index of the paged search
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic int CurrentIndex { get; set; }
Public Property CurrentIndex As Integer
Get
Set
public:
property int CurrentIndex {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also