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