 | GeoSearchGeneratorTargetTitle Property |
This is preliminary documentation and is subject to change.
Gets/sets the title of page around which to search.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string? TargetTitle { get; set; }Public Property TargetTitle As String
Get
Set
Dim instance As GeoSearchGenerator
Dim value As String
value = instance.TargetTitle
instance.TargetTitle = value
public:
property String^ TargetTitle {
String^ get ();
void set (String^ value);
}member TargetTitle : string with get, set
Property Value
String
Remarks
See Also