| SiteVariableDataHomePageUrl Property |
This is preliminary documentation and is subject to change.
Home page URL of FANDOM.
Namespace: WikiClientLibrary.Wikia.SitesAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonPropertyNameAttribute("homepage")]
public string HomePageUrl { get; init; }
<JsonPropertyNameAttribute("homepage")>
Public Property HomePageUrl As String
Get
Set
Dim instance As SiteVariableData
Dim value As String
value = instance.HomePageUrl
instance.HomePageUrl = value
public:
[JsonPropertyNameAttribute(L"homepage")]
property String^ HomePageUrl {
String^ get ();
void set (String^ value);
}
[<JsonPropertyNameAttribute("homepage")>]
member HomePageUrl : string with get, set
Property Value
StringSee Also