| WikiSiteApiEndpoint Property |
This is preliminary documentation and is subject to change.
The endpoint URL for MediaWiki API.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string ApiEndpoint { get; }
Public ReadOnly Property ApiEndpoint As String
Get
Dim instance As WikiSite
Dim value As String
value = instance.ApiEndpoint
public:
property String^ ApiEndpoint {
String^ get ();
}
member ApiEndpoint : string with get
Property Value
StringSee Also