| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
StringRemarks For a complete list of site names available for Wikidata,
see https://www.wikidata.org/w/api.php?action=help&modules=wbgetentities .
See Also