AssociatedPersonsListItem Property |
Gets or sets the element at the specified index.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AssociatedPerson this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As AssociatedPerson
Get
Set
public:
virtual property AssociatedPerson^ default[int index] {
AssociatedPerson^ get (int index) sealed;
void set (int index, AssociatedPerson^ value) sealed;
}
abstract Item : AssociatedPerson with get, set
override Item : AssociatedPerson with get, set
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get or set.
Return Value
Type:
AssociatedPerson The element at the specified index.
Implements
IListTItemInt32
See Also