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