UserActivity.FallbackUri Property

Definition

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.

Applies to