Nevron .NET Vision
Nevron.Diagram Namespace / NErmColumn Class / Required Property


In This Topic
    Required Property
    In This Topic
    Determines whether this column is required to always have values.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Data")>
    <System.ComponentModel.DescriptionAttribute("Determines whether this column is required to always have values.")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Required As System.Boolean
    'Usage
     
    
    Dim instance As NErmColumn
    Dim value As System.Boolean
     
    instance.Required = value
     
    value = instance.Required
    [System.ComponentModel.Category("Data")]
    [System.ComponentModel.Description("Determines whether this column is required to always have values.")]
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool Required {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also