  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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