MeasureUsageFormatInfoMillionsFormat Property |
Gets or sets a format defining how to display numbers in millions units.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic string MillionsFormat { get; set; }Public Property MillionsFormat As String
Get
Set
public:
property String^ MillionsFormat {
String^ get ();
void set (String^ value);
}member MillionsFormat : string with get, set
Property Value
Type:
StringA string that includes the character 0 to represent the number of millions formatted by
Format,
combined with other characters to display; otherwise
to display the full number unmodified.
See Also