HierarchyMembersGetCriteria.RowLimit Property
Gets or sets the amount of rows retrieved by the operation.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property RowLimit As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The amount of rows retrieved by the operation.
See Also
Reference
HierarchyMembersGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace