LocalizedString.SearchedLocation Propriedade
Definição
O local que foi pesquisado para um valor de localização.The location which was searched for a localization value.
public:
property System::String ^ SearchedLocation { System::String ^ get(); };
public string SearchedLocation { get; }
public string? SearchedLocation { get; }
member this.SearchedLocation : string
Public ReadOnly Property SearchedLocation As String