Share via


RemoteLauncherOptions.FallbackUri Property

Definition

Specifies the URI of the web site to view if the app to handle the URI can't be launched on the remote device.

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

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

Property Value

The URI of a website.

Applies to