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

In This Topic
    Required Property
    In This Topic
    Gets the System.Boolean value indicating if mapping for this property is required or optional.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Mapping.Required", "Indicates if mapping for this property is required or optional.")>
    Public ReadOnly Property Required As Boolean
    [C1Description("Mapping.Required", "Indicates if mapping for this property is required or optional.")]
    public bool Required {get;}
    See Also