| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
BooleanSee Also