 | OpenSearchResultEntryUrl Property |
This is preliminary documentation and is subject to change.
Url of the page. May be null.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string? Url { get; init; }Public Property Url As String
Get
Set
Dim instance As OpenSearchResultEntry
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