GoogleSearchResultTitle(Encoding, Encoding) Property
Gets the search result title in the specified text encoding.
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.
public virtual string this[
Encoding inEnc,
Encoding outEnc
] { get; }
Public Overridable ReadOnly Property Title (
inEnc As Encoding,
outEnc As Encoding
) As String
Get
Dim instance As GoogleSearchResult
Dim inEnc As Encoding
Dim outEnc As Encoding
Dim value As String
value = instance.Title(inEnc, outEnc)
public:
virtual property String^ Title[Encoding^ inEnc, Encoding^ outEnc] {
String^ get (Encoding^ inEnc, Encoding^ outEnc);
}
abstract Title : string with get
override Title : string with get
No code example is currently available or this language may not be supported.
- inEnc Encoding
-
The source text encoding.
- outEnc Encoding
-
The target text encoding.
String
The search result title in the specified text encoding.