Measure.ForeColor Property

Gets or sets the ForeColor information of the Measure, for use by clients.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property ForeColor As String 
    Get 
    Set
'Usage
Dim instance As Measure 
Dim value As String 

value = instance.ForeColor

instance.ForeColor = value
[BrowsableAttribute(false)]
public string ForeColor { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ForeColor {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member ForeColor : string with get, set
function get ForeColor () : String 
function set ForeColor (value : String)

Property Value

Type: System.String
A String that contains the ForeColor information.

Remarks

Same as in Microsoft SQL Server 2000 Analysis Services; only constants allowed.

See Also

Reference

Measure Class

Microsoft.AnalysisServices Namespace