'Declaration
<DataMemberAttribute(False)> <DisplayNameAttribute("COD Required at Collection")> Public Property CollectionCODRequired As Boolean
'Usage
Dim instance As OrderBase Dim value As Boolean instance.CollectionCODRequired = value value = instance.CollectionCODRequired
[DataMember(false)] [DisplayName("COD Required at Collection")] public bool CollectionCODRequired {get; set;}
[DataMember(false)] [DisplayName("COD Required at Collection")] public: property bool CollectionCODRequired { bool get(); void set ( bool value); }