'Declaration
Public Function GetAddressAsSingleLineWithName( _ ByVal includeCompanyName As Boolean, _ ByVal includeContactName As Boolean _ ) As String
'Usage
Dim instance As LocationBase Dim includeCompanyName As Boolean Dim includeContactName As Boolean Dim value As String value = instance.GetAddressAsSingleLineWithName(includeCompanyName, includeContactName)
public string GetAddressAsSingleLineWithName( bool includeCompanyName, bool includeContactName )
public: String^ GetAddressAsSingleLineWithName( bool includeCompanyName, bool includeContactName )
Parameters
- includeCompanyName
- If true, CompanyName is prefixed to the address.
- includeContactName
- If true, ContactName is prefixed to the address.