MeasureDataFormatInfo Property |
Gets the numeric format for the current instance.
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(Name = "formatInfo", EmitDefaultValue = false)]
public MeasureFormatInfoData FormatInfo { get; set; }
<DataMemberAttribute(Name := "formatInfo", EmitDefaultValue := false)>
Public Property FormatInfo As MeasureFormatInfoData
Get
Set
public:
[DataMemberAttribute(Name = L"formatInfo", EmitDefaultValue = false)]
property MeasureFormatInfoData^ FormatInfo {
MeasureFormatInfoData^ get ();
void set (MeasureFormatInfoData^ value);
}
[<DataMemberAttribute(Name = "formatInfo", EmitDefaultValue = false)>]
member FormatInfo : MeasureFormatInfoData with get, set
Property Value
Type:
MeasureFormatInfoDataSee Also