EventText Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "P:Calendar.NET.HolidayEvent.EventText"]

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string EventText { get; set; }
Visual Basic
Public Property EventText As String
	Get
	Set
Visual C++
public:
virtual property String^ EventText {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Implements

IEvent..::..EventText

See Also