Measure.FormatString Property

Definition

Gets or sets the FormatString information of the Measure, for use by clients.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design.AS")]
public string FormatString { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.FormatString : string with get, set
Public Property FormatString As String

Property Value

A String that contains the FormatString information.

Attributes

Remarks

Only constants allowed.

Applies to