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

In This Topic
    PropertyName Property (MappingInfo)
    In This Topic
    Gets the System.String value determining the name of the property which should be mapped.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Mapping.PropertyName", "Name of the property which should be mapped.")>
    Public ReadOnly Property PropertyName As String
    [C1Description("Mapping.PropertyName", "Name of the property which should be mapped.")]
    public string PropertyName {get;}
    See Also