'Declaration
<DataMemberAttribute(False)> <DisplayNameAttribute("Send Invoice By Mail")> Public Property SendInvoiceByEmail As Boolean
'Usage
Dim instance As CustomerBase Dim value As Boolean instance.SendInvoiceByEmail = value value = instance.SendInvoiceByEmail
[DataMember(false)] [DisplayName("Send Invoice By Mail")] public bool SendInvoiceByEmail {get; set;}
[DataMember(false)] [DisplayName("Send Invoice By Mail")] public: property bool SendInvoiceByEmail { bool get(); void set ( bool value); }