ValidationSearchCriteria.PageNumber Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the page number.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public int PageNumber { get; set; }
public:
[DataMemberAttribute]
property int PageNumber {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member PageNumber : int with get, set
<DataMemberAttribute>
Public Property PageNumber As Integer

Property Value

Type: System.Int32

The page number.

See Also

ValidationSearchCriteria Class
Microsoft.MasterDataServices Namespace

Return to top