DynamicMeasureTargetMeasure Property |
Gets the target measure used in defining the current instance.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
IMeasure
See Also