 | UserInfoUserPageUrl Property |
This is preliminary documentation and is subject to change.
The full URL of user's page.
Namespace: WikiClientLibrary.Wikia.WikiaApiAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("url")]
[JsonIncludeAttribute]
public string UserPageUrl { get; }<JsonPropertyNameAttribute("url")>
<JsonIncludeAttribute>
Public ReadOnly Property UserPageUrl As String
Get
Dim instance As UserInfo
Dim value As String
value = instance.UserPageUrlpublic:
[JsonPropertyNameAttribute(L"url")]
[JsonIncludeAttribute]
property String^ UserPageUrl {
String^ get ();
}[<JsonPropertyNameAttribute("url")>]
[<JsonIncludeAttribute>]
member UserPageUrl : string with getProperty Value
String
See Also