ComponentOne Maps for WPF and Silverlight
C1.Silverlight.Maps Namespace / ResponseSummary Class / ResourceSets Property

In This Topic
    ResourceSets Property
    In This Topic
    A collection of ResourceSet objects. A ResourceSet is a container of Resources returned by the request. For more information, ImageryMetadataResponse
    Syntax
    'Declaration
     
    
    Public Property ResourceSets As ImageryMetadataResponse()
    public ImageryMetadataResponse[] ResourceSets {get; set;}
    See Also