'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;}