Gets an Action object for the Appointment object. Once this property is first requested, a new Action object is created and assigned to the Action property.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public Action Action { get; set; }
Visual Basic
Public Property Action As Action
	Get
	Set

Remarks

The Action object contains information regarding the type of action to perform as well as the command and parameters to pass to the action. If the action object is enabled, the action will be invoked when the start date and time of the owning Appointment object has occurred.

See Also