'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Overridable Property Deduct As Boolean
[XmlAttribute()] [DefaultValue()] public virtual bool Deduct {get; set;}
public read-write property Deduct: Boolean; virtual;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set Deduct : boolean
[XmlAttribute()] [DefaultValue()] public: __property virtual bool get_Deduct(); public: __property virtual void set_Deduct( bool value );
[XmlAttribute()] [DefaultValue()] public: virtual property bool Deduct { bool get(); void set ( bool value); }
Property Value
true
if deduct; otherwise, false
.