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

In This Topic
    MappingName Property
    In This Topic
    Gets or sets the System.String value determining the name of the data field or property to be bound to the object.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("Mapping.MappingName", "Name of data field or property to be bound to this object.")>
    Public Property MappingName As String
    [DefaultValue("")]
    [C1Description("Mapping.MappingName", "Name of data field or property to be bound to this object.")]
    public string MappingName {get; set;}
    See Also