AfDataContainerUtilities::isAttributeValue Method [AX 2012]

Determines whether the specified value is a primitive type.

Syntax

client server public static boolean isAttributeValue(anytype _value)

Run On

Called

Parameters

  • _value
    Type: anytype
    The data item value.

Return Value

Type: boolean
A Boolean value that indicates whether the specified data item value is of an attribute type.

Remarks

If the value is null Nothing nullptr unit a null reference (Nothing in Visual Basic) , the method returns false.

To determine whether an attribute value is null Nothing nullptr unit a null reference (Nothing in Visual Basic) use AfDataContainerUtilities::isNullDataItemValue() method.

See Also

Reference

AfDataContainerUtilities Class