HierarchyStatisticsDataDistinctCount Property  | 
 
            Gets the distinct count for the current hierarchy.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "distinctCount")]
public int DistinctCount { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "distinctCount")>
Public Property DistinctCount As Integer
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"distinctCount")]
property int DistinctCount {
	int get ();
	void set (int value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "distinctCount")>]
member DistinctCount : int with get, set
Property Value
Type: 
Int32
See Also