Bagikan melalui


CalculationProperty.BackColor Property

Gets or sets the background color for a CalculationProperty object.

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

Syntax

'Declaration
Public Property BackColor As String
    Get
    Set
'Usage
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)

Property Value

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