MeasureStatisticsDataFormattedSmallestNonZero Property |
Gets the formatted smallest non zero value for current measure.
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(EmitDefaultValue = true, Name = "formattedSmallestNonZero")]
public string FormattedSmallestNonZero { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "formattedSmallestNonZero")>
Public Property FormattedSmallestNonZero As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"formattedSmallestNonZero")]
property String^ FormattedSmallestNonZero {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "formattedSmallestNonZero")>]
member FormattedSmallestNonZero : string with get, set
Property Value
Type:
StringSee Also