Proprietà FontName

Gets or sets font name of the CalculationProperty object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property FontName As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .String
An MDX expression.