| InterwikiEntryIsLocalInterwiki Property |
This is preliminary documentation and is subject to change.
Whether the interwiki link points to the current wiki, based on Manual:$wgLocalInterwikis.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool IsLocalInterwiki { get; init; }
Public Property IsLocalInterwiki As Boolean
Get
Set
Dim instance As InterwikiEntry
Dim value As Boolean
value = instance.IsLocalInterwiki
instance.IsLocalInterwiki = value
public:
property bool IsLocalInterwiki {
bool get ();
void set (bool value);
}
member IsLocalInterwiki : bool with get, set
Property Value
BooleanSee Also