Share via


AppLinkEntry.AppLinkUri Property

Definition

Gets or sets an application-specific URI that uniquely describes content within an app.

public:
 property Uri ^ AppLinkUri { Uri ^ get(); void set(Uri ^ value); };
public Uri AppLinkUri { get; set; }
member this.AppLinkUri : Uri with get, set
Public Property AppLinkUri As Uri

Property Value

Uri

An application-specific URI that uniquely describes content within an app.

Implements

Applies to

See also