AssociatedPersonsList.Add

AssociatedPersonsList.Add method

Adds an item to the list.

public void Add(AssociatedPerson value)
ParameterTypeDescription
valueAssociatedPersonThe Object to add to the list.

Return Value

The position into which the new element was inserted.

See Also