GetHierarchyMembersOptionsBase.Count 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 (25.1.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:
Int32
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | The property value assigned is less than 0. |
RemarksUse 0 to return all the members.
See Also