| RecipientCollectionItem Property |
Returns the recipient stored in this collection at the specified index.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public Recipient this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Recipient
Get
public:
property Recipient^ default[int index] {
Recipient^ get (int index);
}
member Item : Recipient with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
RecipientSee Also