C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / Owner Property

In This Topic
Owner Property (Appointment)
In This Topic
Gets or sets the Contact object which owns current Appointment object.
Syntax
'Declaration
 
Public Property Owner As Contact
 

Property Value

The default value is null.
Remarks
This property only accepts Contact objects which are present in the C1ScheduleStorage.OwnerStorage storage.
See Also