 | EntitySiteLinkSite Property |
This is preliminary documentation and is subject to change.
The site name.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string Site { get; }Public ReadOnly Property Site As String
Get
Dim instance As EntitySiteLink
Dim value As String
value = instance.Site
public:
property String^ Site {
String^ get ();
}member Site : string with get
Property Value
String
RemarksFor a complete list of site names available for Wikidata,
see https://www.wikidata.org/w/api.php?action=help&modules=wbgetentities .
See Also