ImageryMetadataResponse.Results Property

 

An ImageryMetadataResult Class array, where each element contains imagery metadata information returned by the Imagery Service. Get this property from the service response.

Syntax

public ImageryMetadataResult[] Results { set; get; }
Public Property Results As ImageryMetadataResult()

Remarks

If there are no results to return, the Results property will be an empty array.

If the service request is invalid, the Results property will be null.