Scheduler for WPF and Silverlight | ComponentOne
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
    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