Measure.IsSimpleMeasure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A boolean value that indicates whether the measure is an implicit measure that is automatically created by client tools to aggregate a field. Client applications can hide measures that have this flag set.
public bool IsSimpleMeasure { get; set; }
member this.IsSimpleMeasure : bool with get, set
Public Property IsSimpleMeasure As Boolean