'Declaration
<DataMemberAttribute(False)> Public Property Phone As String
'Usage
Dim instance As CustomerBase.ContactBase Dim value As String instance.Phone = value value = instance.Phone
[DataMember(false)] public string Phone {get; set;}
[DataMember(false)] public: property String^ Phone { String^ get(); void set ( String^ value); }