 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
String
See Also