GetHierarchyMembersOptionsBaseCount Property

Gets or sets the sequence size, when the retrieved members are paginated.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(Name = "count", EmitDefaultValue = false)]
public int Count { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe property value assigned is less than 0.
Remarks
Use 0 to return all the members.
See Also