Partager via


Propriété CalculationProperty.BackColor

Gets or sets the background color for a CalculationProperty object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property BackColor As String 
    Get 
    Set
'Utilisation
Dim instance As CalculationProperty 
Dim value As String 

value = instance.BackColor

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

Valeur de propriété

Type : System.String
The name of the background color.

Voir aussi

Référence

CalculationProperty Classe

Espace de noms Microsoft.AnalysisServices