GetHierarchyMembersOptionsBaseCount Property |
Gets or sets the sequence size, when the retrieved members are paginated.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "count", EmitDefaultValue = false)]
public int Count { get; set; }
<DataMemberAttribute(Name := "count", EmitDefaultValue := false)>
Public Property Count As Integer
Get
Set
public:
[DataMemberAttribute(Name = L"count", EmitDefaultValue = false)]
property int Count {
int get ();
void set (int value);
}
[<DataMemberAttribute(Name = "count", EmitDefaultValue = false)>]
member Count : int with get, set
Property Value
Type:
Int32Exceptions Remarks Use 0 to return all the members.
See Also