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