Gets or sets the Contact object which owns current Appointment object.

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

Syntax

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

Field Value

The default value is null.

Remarks

This property only accepts Contact objects which are present in the C1ScheduleStorage.OwnerStorage storage.

See Also