Condividi tramite


MapTileUriRequest.Uri Proprietà

Definizione

Ottiene l'URI della richiesta.

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

Valore della proprietà

URI della richiesta.

Si applica a

Vedi anche