| NamespaceInfoIsCaseSensitive Property |
This is preliminary documentation and is subject to change.
Whether the first letter in the namespace title is upper-case. (MediaWiki 1.8+)
Note that all the namespace names are case-insensitive. See "remarks" for more information.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonIgnoreAttribute]
public bool IsCaseSensitive { get; init; }
<JsonIgnoreAttribute>
Public Property IsCaseSensitive As Boolean
Get
Set
Dim instance As NamespaceInfo
Dim value As Boolean
value = instance.IsCaseSensitive
instance.IsCaseSensitive = value
public:
[JsonIgnoreAttribute]
property bool IsCaseSensitive {
bool get ();
void set (bool value);
}
[<JsonIgnoreAttribute>]
member IsCaseSensitive : bool with get, set
Property Value
BooleanRemarks See https://www.mediawiki.org/wiki/API:Siteinfo#Namespaces .
See Also