 | LocalWikiSearchResultItemUrl Property |
This is preliminary documentation and is subject to change.
Absolute URL of the page.
Namespace: WikiClientLibrary.Wikia.WikiaApiAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string Url { get; init; }Public Property Url As String
Get
Set
Dim instance As LocalWikiSearchResultItem
Dim value As String
value = instance.Url
instance.Url = value
public:
property String^ Url {
String^ get ();
void set (String^ value);
}member Url : string with get, set
Property Value
String
See Also