DimensionAttribute.FormatString Property

Definition

Gets or sets the format item in a specified string.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_FormatString")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design.AS")]
public string FormatString { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_FormatString")>]
[<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

String

The format item in a specified string.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to