| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonPropertyNameAttribute("*")]
public 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 = value
public:
[JsonPropertyNameAttribute(L"*")]
property String^ Title {
String^ get ();
void set (String^ value);
}
[<JsonPropertyNameAttribute("*")>]
member Title : string with get, set
Property Value
StringSee Also