RemoteLauncherOptions.FallbackUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.