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

Syntax

C#
IList<IAttachment> Attachments { get; set; }
Visual Basic
Property Attachments As IList(Of IAttachment)
	Get
	Set
Visual C++
property IList<IAttachment^>^ Attachments {
	IList<IAttachment^>^ get ();
	void set (IList<IAttachment^>^ value);
}

See Also