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

Syntax

C#
IList<string> DelegatedTo { get; }
Visual Basic
ReadOnly Property DelegatedTo As IList(Of String)
	Get
Visual C++
property IList<String^>^ DelegatedTo {
	IList<String^>^ get ();
}

See Also