| WikiSiteInterwikiMap Property |
This is preliminary documentation and is subject to change.
Gets the interwiki map information on this wiki site.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public InterwikiMap InterwikiMap { get; }
Public ReadOnly Property InterwikiMap As InterwikiMap
Get
Dim instance As WikiSite
Dim value As InterwikiMap
value = instance.InterwikiMap
public:
property InterwikiMap^ InterwikiMap {
InterwikiMap^ get ();
}
member InterwikiMap : InterwikiMap with get
Property Value
InterwikiMapSee Also