The Action type exposes the following members.

Constructors

  NameDescription
Public methodActionOverloaded.

Properties

  NameDescription
Public propertyCommand
Gets or sets the command string for the action.
Public propertyEnabled
Gets or sets the Boolean value indicating whether the action is enabled. Default value is True.
Public propertyParameters
Gets or sets parameters used when the action is invoked.
Public propertyParentAppointment
Gets or sets the owning Appointment object.
Public propertyType
Gets or sets the ActionTypeEnum value determining the type of action that will occur. Default value is ActionTypeEnum.ExecuteApplication.

See Also