RecipientCollection.Item Property

QsInformatica.Utils

RecipientCollectionItem Property

Returns the recipient stored in this collection at the specified index.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.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: Recipient
See Also