 | InterwikiMapItem Property |
This is preliminary documentation and is subject to change.
Get the interwiki entry with specified prefix. The match is case-insensitive.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic InterwikiEntry this[
string prefix
] { get; }
Public ReadOnly Default Property Item (
prefix As String
) As InterwikiEntry
Get
Dim instance As InterwikiMap
Dim prefix As String
Dim value As InterwikiEntry
value = instance(prefix)
public:
property InterwikiEntry^ default[String^ prefix] {
InterwikiEntry^ get (String^ prefix);
}
member Item : InterwikiEntry with get
Parameters
- prefix String
-
Property Value
InterwikiEntry
Exceptions
See Also