| NamespaceInfoCustomName Property |
This is preliminary documentation and is subject to change.
The displayed name for the namespace. Defined in server LocalSettings.php .
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonPropertyNameAttribute("name")]
public string? CustomName { get; init; }
<JsonPropertyNameAttribute("name")>
Public Property CustomName As String
Get
Set
Dim instance As NamespaceInfo
Dim value As String
value = instance.CustomName
instance.CustomName = value
public:
[JsonPropertyNameAttribute(L"name")]
property String^ CustomName {
String^ get ();
void set (String^ value);
}
[<JsonPropertyNameAttribute("name")>]
member CustomName : string with get, set
Property Value
StringRemarks In JSON, prior to MediaWiki 1.25, the parameter name was *.
See Also