Version

Validate Property

Returns or sets a boolean value indicating whether the Value should be evaluated by the associated MeasureDescriptor to determine whether a conversion is possible.
Syntax
'Declaration
 
Public Property Validate As Boolean
public bool Validate {get; set;}
Remarks

This property is only applicable when the Handled property returns true when execution returns from the AggregateMeasure event.

By default, an exception is thrown when execution returns from the AggregateMeasure event if the assigned value cannot be assigned to a value of the associated MeasureDescriptor's DataType.

Set this property to false to prevent this type check from taking place.

Note that bypassing this type check does not necessarily prevent other exceptions from being thrown.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also