SearchQueryCountry Property
Gets or sets the country of the band/artist.
Namespace: DevCase.ThirdParty.FreeHardMusicAssembly: DevCase.net48.ThirdParty.FreeHardMusic (in DevCase.net48.ThirdParty.FreeHardMusic.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string Country { get; set; }
Public Property Country As String
Get
Set
Dim instance As SearchQuery
Dim value As String
value = instance.Country
instance.Country = value
public:
property String^ Country {
String^ get ();
void set (String^ value);
}
member Country : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String
The country of the band/artist.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
HtmlAgilityPack