MapTileUriRequest.Uri Property

Definition

Gets the Uri of the request.

public:
 property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
Uri Uri();

void Uri(Uri value);
public System.Uri Uri { get; set; }
var uri = mapTileUriRequest.uri;
mapTileUriRequest.uri = uri;
Public Property Uri As Uri

Property Value

The Uri of the request.

Applies to

See also