IAddressFormattedAddress Property |
Returns the Address as a formatted string, according to the address layout for the country.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring FormattedAddress { get; }
ReadOnly Property FormattedAddress As String
Get
Dim instance As IAddress
Dim value As String
value = instance.FormattedAddress
property String^ FormattedAddress {
String^ get ();
}
Property Value
Type:
String
See Also