DynamicMeasureTargetMeasure Property  | 
 
            Gets the target measure used in defining the current instance.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IMeasure TargetMeasure { get; }Public ReadOnly Property TargetMeasure As IMeasure
	Get
public:
property IMeasure^ TargetMeasure {
	IMeasure^ get ();
}member TargetMeasure : IMeasure with get
Property Value
Type: 
IMeasure
See Also