Scheduler for WinRT
OwnerIdMapping Property


Returns MappingInfo object for the Appointment.Owner.Id 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 Appointment.Owner property to be bound to the appropriate field in the data source.
Syntax
'Declaration
 
<C1DescriptionAttribute("Allows the Owner property of the appointment to be bound to appropriate field in the data source.")>
<C1CategoryAttribute()>
Public ReadOnly Property OwnerIdMapping As MappingInfo
'Usage
 
Dim instance As AppointmentMappingCollection
Dim value As MappingInfo
 
value = instance.OwnerIdMapping
[C1Description("Allows the Owner property of the appointment to be bound to appropriate field in the data source.")]
[C1Category()]
public MappingInfo OwnerIdMapping {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.