StoreImage.Uri Property

Definition

Gets the URI of the image.

public:
 property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = storeImage.uri;
Public ReadOnly Property Uri As Uri

Property Value

The URI of the image.

Applies to