Partager via


Propriété RowLimit

Gets or sets the amount of rows retrieved by this operation.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property RowLimit As Integer
    Get
    Set
'Utilisation
Dim instance As HierarchyMembersGetCriteria
Dim value As Integer

value = instance.RowLimit

instance.RowLimit = value
[DataMemberAttribute]
public int RowLimit { get; set; }
[DataMemberAttribute]
public:
property int RowLimit {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member RowLimit : int with get, set
function get RowLimit () : int
function set RowLimit (value : int)

Valeur de propriété

Type : System. . :: . .Int32
Integer representing the number of rows.