  | LanguageLinkInfoTitle Property | 
This is preliminary documentation and is subject to change.
            Title of the page in the specified language.
            
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("*")]
public required string Title { get; init; }<JsonPropertyNameAttribute("*")>
Public Property Title As String
	Get
	Set
Dim instance As LanguageLinkInfo
Dim value As String
value = instance.Title
instance.Title = valuepublic:
[JsonPropertyNameAttribute(L"*")]
property String^ Title {
	String^ get ();
	void set (String^ value);
}[<JsonPropertyNameAttribute("*")>]
member Title : string with get, setProperty Value
String
See Also