Share via


LedgerPostingOneToManyCollection.find Method [AX 2012]

Finds the many collection for the specified one value.

Syntax

public Set find(anytype _oneValueToFind)

Run On

Called

Parameters

  • _oneValueToFind
    Type: anytype
    The one value to find.

Return Value

Type: Set Class
The many collection corresponding to the one value.

Remarks

An empty collection is returned if the one value is not found.

See Also

Reference

LedgerPostingOneToManyCollection Class