Specifies what triggered the creation of a schedule item.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also