'Declaration
<XmlElementAttribute()> <DefaultValueAttribute()> Public Property InvoiceAllowed As Boolean
'Usage
Dim instance As GeneralRules Dim value As Boolean instance.InvoiceAllowed = value value = instance.InvoiceAllowed
[XmlElement()] [DefaultValue()] public bool InvoiceAllowed {get; set;}
public read-write property InvoiceAllowed: Boolean;
XmlElementAttribute() DefaultValueAttribute() public function get,set InvoiceAllowed : boolean
[XmlElement()] [DefaultValue()] public: __property bool get_InvoiceAllowed(); public: __property void set_InvoiceAllowed( bool value );
[XmlElement()] [DefaultValue()] public: property bool InvoiceAllowed { bool get(); void set ( bool value); }
Property Value
true
if [invoice allowed]; otherwise, false
.