 | SiteOptionsApiEndpoint Property |
This is preliminary documentation and is subject to change.
Sets the URL of MediaWiki API endpoint.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string ApiEndpoint { get; set; }Public Property ApiEndpoint As String
Get
Set
Dim instance As SiteOptions
Dim value As String
value = instance.ApiEndpoint
instance.ApiEndpoint = value
public:
property String^ ApiEndpoint {
String^ get ();
void set (String^ value);
}member ApiEndpoint : string with get, set
Property Value
String
See Also