Share via


PdsBatchAttrib::isValidTargetValue Method

Is used to edit the batch attribute target value; it receives a string and saves it as a proper type.

Syntax

client server public static boolean isValidTargetValue(
    PdsBatchAttribId _pdsBatchAttribId, 
    PdsBatchAttribMin _pdsBatchAttribMin, 
    PdsBatchAttribMax _pdsBatchAttribMax, 
    PdsBatchAttribMultiple _pdsBatchAttribMultiple, 
    PdsBatchAttribTarget _pdsBatchAttribTarget, 
    PdsBatchAttribType _pdsBatchAttribType)

Run On

Called

Parameters

Return Value

Type: boolean
The current batch attribute value, returned as string, regardless of type.

See Also

Reference

PdsBatchAttrib Table