Id of the recurrent event definition (not of this occurrence).

Namespace: DayPilot.Web.Mvc.Events.Calendar
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

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

See Also