  | PageImageInfoUrl Property | 
This is preliminary documentation and is subject to change.
Image URL.
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic required string Url { get; init; }Public Property Url As String
	Get
	Set
Dim instance As PageImageInfo
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