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

Syntax

C#
AlarmAction Action { get; set; }
Visual Basic
Property Action As AlarmAction
	Get
	Set
Visual C++
property AlarmAction Action {
	AlarmAction get ();
	void set (AlarmAction value);
}

See Also