TopBottomSettingsDataBottomRecords Property |
Gets or sets the number of records with the smallest values for the analyzed
MeasureUsage element.
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(EmitDefaultValue = false, Name = "bottomRecords")]
public int BottomRecords { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "bottomRecords")>
Public Property BottomRecords As Integer
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"bottomRecords")]
property int BottomRecords {
int get ();
void set (int value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "bottomRecords")>]
member BottomRecords : int with get, set
Property Value
Type:
Int32
See Also