| WikiLinkInterwikiPrefix Property |
This is preliminary documentation and is subject to change.
Gets interwiki prefix of the wikilink.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string? InterwikiPrefix { get; }
Public ReadOnly Property InterwikiPrefix As String
Get
Dim instance As WikiLink
Dim value As String
value = instance.InterwikiPrefix
public:
property String^ InterwikiPrefix {
String^ get ();
}
member InterwikiPrefix : string with get
Property Value
StringInterwiki prefix of the wikilink. If this link is not an interwiki link, the value is
null.
See Also