Share via


CalculationPropertyVisualizationProperties.IsSimpleMeasure Property

Gets or sets whether the measure is a simple measure.

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

Syntax

'Declaration
Public Property IsSimpleMeasure As Boolean 
    Get 
    Set
'Usage
Dim instance As CalculationPropertyVisualizationProperties 
Dim value As Boolean 

value = instance.IsSimpleMeasure

instance.IsSimpleMeasure = value
public bool IsSimpleMeasure { get; set; }
public:
property bool IsSimpleMeasure {
    bool get ();
    void set (bool value);
}
member IsSimpleMeasure : bool with get, set
function get IsSimpleMeasure () : boolean 
function set IsSimpleMeasure (value : boolean)

Property Value

Type: System.Boolean
True if the measure is a simple measure; otherwise, false.

See Also

Reference

CalculationPropertyVisualizationProperties Class

Microsoft.AnalysisServices Namespace