 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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