| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
StringRemarks See Also