'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Overridable Property IsRequired As Boolean
'Usage
Dim instance As CustomFieldInfo Dim value As Boolean instance.IsRequired = value value = instance.IsRequired
[XmlAttribute()] [DefaultValue()] public virtual bool IsRequired {get; set;}
public read-write property IsRequired: Boolean; virtual;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set IsRequired : boolean
[XmlAttribute()] [DefaultValue()] public: __property virtual bool get_IsRequired(); public: __property virtual void set_IsRequired( bool value );
[XmlAttribute()] [DefaultValue()] public: virtual property bool IsRequired { bool get(); void set ( bool value); }
Property Value
true
if this instance is required; otherwise, false
.