Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ICalendarParameter this[
	string key
] { get; set; }
Visual Basic
Public Default Property Item ( _
	key As String _
) As ICalendarParameter
	Get
	Set
Visual C++
public:
virtual property ICalendarParameter^ default[String^ key] {
	ICalendarParameter^ get (String^ key) sealed;
	void set (String^ key, ICalendarParameter^ value) sealed;
}

Parameters

key
Type: System..::..String

Implements

IKeyedList<(Of <(<'T, U>)>)>..::..Item[([( U])])

See Also