'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Overridable Property Waived As Boolean
'Usage
Dim instance As Application Dim value As Boolean instance.Waived = value value = instance.Waived
[XmlAttribute()] [DefaultValue()] public virtual bool Waived {get; set;}
public read-write property Waived: Boolean; virtual;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set Waived : boolean
[XmlAttribute()] [DefaultValue()] public: __property virtual bool get_Waived(); public: __property virtual void set_Waived( bool value );
[XmlAttribute()] [DefaultValue()] public: virtual property bool Waived { bool get(); void set ( bool value); }
Property Value
true
if waived; otherwise, false
.