Namespace: DayPilot.Web.Ui.Events.Common
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

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

See Also