Gets the city.
Syntax
'Declaration
ReadOnly Property AddressCity As String
'Usage
Dim instance As IVendor
Dim value As String
value = instance.AddressCity
string AddressCity {get;}
__property string* get_AddressCity();
property String^ AddressCity {
String^ get();
}
See Also