Scheduler for WinRT
Links Property


Gets the ContactList object which holds the set of Contact objects for this appointment. An appointment may be associated with multiple contacts.
Syntax
'Declaration
 
Public ReadOnly Property Links As ContactList
'Usage
 
Dim instance As Appointment
Dim value As ContactList
 
value = instance.Links
public ContactList Links {get;}
Remarks
This property only accepts Contact objects which are present in the C1ScheduleStorage.ContactStorage storage.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Appointment Class
Appointment Members

 

 


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