Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentMappingCollection Class / OwnerIdMapping Property

In This Topic
    OwnerIdMapping Property
    In This Topic
    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
     
    
    <C1CategoryAttribute("Mapping")>
    <C1DescriptionAttribute("Mapping.OwnerId", "Allows the Owner property of the appointment to be bound to appropriate field in the data source.")>
    Public ReadOnly Property OwnerIdMapping As MappingInfo
    [C1Category("Mapping")]
    [C1Description("Mapping.OwnerId", "Allows the Owner property of the appointment to be bound to appropriate field in the data source.")]
    public MappingInfo OwnerIdMapping {get;}
    See Also