UserActivity.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.
Gets and sets the fallback Uniform Resource Identifier (URI) to use if there is no handler for the activation URI.
public:
property Uri ^ FallbackUri { Uri ^ get(); void set(Uri ^ value); };
Uri FallbackUri();
void FallbackUri(Uri value);
public System.Uri FallbackUri { get; set; }
var uri = userActivity.fallbackUri;
userActivity.fallbackUri = uri;
Public Property FallbackUri As Uri
Property Value
The fallback URI.
Remarks
This should be a http or https URI that the system can fall back to if there is no handler for the activation URI.