Share via


CalculationProperty.FontName Property

Gets or sets font name of the CalculationProperty object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property FontName As String 
    Get 
    Set
'Usage
Dim instance As CalculationProperty 
Dim value As String 

value = instance.FontName

instance.FontName = value
public string FontName { get; set; }
public:
property String^ FontName {
    String^ get ();
    void set (String^ value);
}
member FontName : string with get, set
function get FontName () : String 
function set FontName (value : String)

Property Value

Type: System.String
An MDX expression.

See Also

Reference

CalculationProperty Class

Microsoft.AnalysisServices Namespace