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