'Declaration <DataMemberAttribute()> Public Property AddressLine2 As String
'Usage Dim instance As Vendor Dim value As String instance.AddressLine2 = value value = instance.AddressLine2
[DataMember()] public string AddressLine2 {get; set;}
[DataMember()] public: __property string* get_AddressLine2(); public: __property void set_AddressLine2( string* value );
[DataMember()] public: property String^ AddressLine2 { String^ get(); void set ( String^ value); }