C1.Silverlight.Schedule.5
Owner Property (Appointment)

Gets or sets the Contact object which owns current Appointment object.
Syntax
'Declaration
 
Public Property Owner As Contact
public Contact Owner {get; set;}

Property Value

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

Reference

Appointment Class
Appointment Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.