Gets or sets event to edit.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public CalendarEventEntity Event { get; set; }
Visual Basic
Public Property Event As CalendarEventEntity
	Get
	Set
Visual C++
public:
property CalendarEventEntity^ Event {
	CalendarEventEntity^ get ();
	void set (CalendarEventEntity^ value);
}
F#
member Event : CalendarEventEntity with get, set

Property Value

Type: CalendarEventEntity

See Also