| UserStubSiteName Property |
This is preliminary documentation and is subject to change.
Gets the site name the user comes from.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string? SiteName { get; }
Public ReadOnly Property SiteName As String
Get
Dim instance As UserStub
Dim value As String
value = instance.SiteName
public:
property String^ SiteName {
String^ get ();
}
member SiteName : string with get
Property Value
StringThe site designation. For example, Wikimedia sites has designations such as
enwiki,
zhwiki,
enwikisource, etc.
See Also