GetSearchString method

String? GetSearchString()
override

Implementation

/// </summary>
/// <returns>String representation of instance.</returns>
String? GetSearchString() {
  return this.Address;
}