Scheduler for WinRT
Start Property (AppointmentMappingCollection)


Returns MappingInfo object for the Start property of the Appointment object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the Start property to be bound to the appropriate field in the data source.
Syntax
'Declaration
 
<C1DescriptionAttribute("Allows the Start property of the appointment to be bound to appropriate field in the data source.")>
<C1CategoryAttribute()>
Public ReadOnly Property Start As MappingInfo
'Usage
 
Dim instance As AppointmentMappingCollection
Dim value As MappingInfo
 
value = instance.Start
[C1Description("Allows the Start property of the appointment to be bound to appropriate field in the data source.")]
[C1Category()]
public MappingInfo Start {get;}
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

AppointmentMappingCollection Class
AppointmentMappingCollection Members

 

 


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