GoogleSearchOptionsSearchTerm Property
Gets or sets the search query. Note that whitespaces are automatically separated by a plus (+) sign
Default value: {null}
Namespace: DevCase.ThirdParty.Google.SearchAssembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute("")]
public string SearchTerm { get; set; }
<DefaultValueAttribute("")>
Public Property SearchTerm As String
Get
Set
Dim instance As GoogleSearchOptions
Dim value As String
value = instance.SearchTerm
instance.SearchTerm = value
public:
[DefaultValueAttribute(L"")]
property String^ SearchTerm {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute("")>]
member SearchTerm : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String