  | PageImagesPropertyProviderQueryOriginalImage Property | 
This is preliminary documentation and is subject to change.
            Gets/sets a value that determines whether to fetch for URL and dimensions of thumbnail image associated with page, if any.
            
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool QueryOriginalImage { get; set; }Public Property QueryOriginalImage As Boolean
	Get
	Set
Dim instance As PageImagesPropertyProvider
Dim value As Boolean
value = instance.QueryOriginalImage
instance.QueryOriginalImage = value
public:
property bool QueryOriginalImage {
	bool get ();
	void set (bool value);
}member QueryOriginalImage : bool with get, set
Property Value
Boolean
See Also