 | InterwikiEntryPrefix Property |
This is preliminary documentation and is subject to change.
The prefix of the interwiki link;
this is used the same way as a namespace is used when editing.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic string Prefix { get; init; }
Public Property Prefix As String
Get
Set
Dim instance As InterwikiEntry
Dim value As String
value = instance.Prefix
instance.Prefix = value
public:
property String^ Prefix {
String^ get ();
void set (String^ value);
}
member Prefix : string with get, set
Property Value
String
Remarks
See Also