AssociatedPersonsList.Item

AssociatedPersonsList indexer

Gets or sets the element at the specified index.

public AssociatedPerson this[int index] { get; set; }
ParameterDescription
indexThe zero-based index of the element to get or set.

Return Value

The element at the specified index.

See Also