ComponentOne Maps for WPF and Silverlight
C1.Silverlight.Maps Namespace / ImageryMetadataResponse Class / Resources Property

In This Topic
    Resources Property
    In This Topic
    A collection of one or more resources. The resources that are returned depend on the request.
    Syntax
    'Declaration
     
    
    Public Property Resources As ImageryMetadataResult()
    public ImageryMetadataResult[] Resources {get; set;}
    See Also