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