Gets the element identified with the specified key.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCSMailRecipient this[
	string key
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	key As String _
) As BCSMailRecipient
	Get
Visual C++
public:
property BCSMailRecipient^ default[String^ key] {
	BCSMailRecipient^ get (String^ key);
}

Parameters

key
Type: System..::..String
The Name or Address of the element to get.

Return Value

The element with the specified key.

See Also