| InterwikiEntryIsProtocolRelative Property |
This is preliminary documentation and is subject to change.
Whether the value of URL can be treated as protocol-relative. (MediaWiki 1.24+)
Note, however, that the
Url actually returned will always include the current protocol.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonPropertyNameAttribute("protorel")]
public bool IsProtocolRelative { get; init; }
<JsonPropertyNameAttribute("protorel")>
Public Property IsProtocolRelative As Boolean
Get
Set
Dim instance As InterwikiEntry
Dim value As Boolean
value = instance.IsProtocolRelative
instance.IsProtocolRelative = value
public:
[JsonPropertyNameAttribute(L"protorel")]
property bool IsProtocolRelative {
bool get ();
void set (bool value);
}
[<JsonPropertyNameAttribute("protorel")>]
member IsProtocolRelative : bool with get, set
Property Value
BooleanSee Also