Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / MappingInfo Class / IsMapped Property

In This Topic
    IsMapped Property
    In This Topic
    Gets the System.Boolean value indicating if this objects is mapped to the data field or property.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Mapping.IsMapped", "Indicates if this objects is mapped to data field or property.")>
    Public ReadOnly Property IsMapped As Boolean
    [C1Description("Mapping.IsMapped", "Indicates if this objects is mapped to data field or property.")]
    public bool IsMapped {get;}
    See Also