MeasureStatisticsDataFormattedModeMax Property |
Gets the formatted maximum mode value for the 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 = "formattedModeMax")]
public string FormattedModeMax { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "formattedModeMax")>
Public Property FormattedModeMax As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"formattedModeMax")]
property String^ FormattedModeMax {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "formattedModeMax")>]
member FormattedModeMax : string with get, set
Property Value
Type:
StringSee Also