| WikiPagePropertyListTPageTitle Property |
This is preliminary documentation and is subject to change.
Gets/sets the page title from which to get the list-like property value.
Namespace: WikiClientLibrary.Generators.PrimitiveAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string? PageTitle { get; set; }
Public Property PageTitle As String
Get
Set
Dim instance As WikiPagePropertyList
Dim value As String
value = instance.PageTitle
instance.PageTitle = value
public:
property String^ PageTitle {
String^ get ();
void set (String^ value);
}
member PageTitle : string with get, set
Property Value
StringRemarks If this property is not
null, the value of this property will be used.
Otherwise
PageId will be effective.
See Also