| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
InterwikiEntryExceptions See Also