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

Syntax

C#
string Description { get; set; }
Visual Basic
Property Description As String
	Get
	Set
Visual C++
property String^ Description {
	String^ get ();
	void set (String^ value);
}

See Also