Share via


ImageResponse.Results Property (Bing, Version 2.0)

Array of results returned for this ImageRequest.

<XmlArrayItemAttribute(IsNullable=False)> _  
Public Property Results() As ImageResult()
End Property
[XmlArrayItemAttribute(IsNullable=false)] 
public ImageResult[] Results { get; set; }

See Also

Concepts

Image SourceType (Bing, Version 2.0)
Image SourceType Code Samples