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