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

Syntax

C#
public virtual bool RSVP { get; set; }
Visual Basic
Public Overridable Property RSVP As Boolean
	Get
	Set
Visual C++
public:
virtual property bool RSVP {
	bool get ();
	void set (bool value);
}

Implements

IAttendee..::..RSVP

See Also