AdditionalResult.AreElementsIncompatibleWithType

Syntax

AdditionalResult.AreElementsIncompatibleWithType

Data Type

Boolean

Purpose

Returns True if the members of the AdditionalResult.Elements collection are incompatible with the fields defined in the type that the AdditionalResult.Type property specifies.

Remarks

Setting the AdditionalResult.IsAnyType property or the Type property updates the members in the Elements collection. The members of Elements are compatible with the Type property as long as the number of Elements is the same as the number of fields the Type property defines and the AdditionalResult.Name and Type properties of each member of Elements match a corresponding field the Type defines.

See Also

AdditionalResult.Elements

AdditionalResult.IsAnyType

AdditionalResult.Name

AdditionalResult.Type

AdditionalResult.UnmappedAdditionalResults