  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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 = valuepublic:
[JsonPropertyNameAttribute(L"homepage")]
property String^ HomePageUrl {
	String^ get ();
	void set (String^ value);
}[<JsonPropertyNameAttribute("homepage")>]
member HomePageUrl : string with get, setProperty Value
String
See Also