Package.Logo Property

Definition

Gets the logo of the package.

public:
 property Uri ^ Logo { Uri ^ get(); };
Uri Logo();
public System.Uri Logo { get; }
var uri = package.logo;
Public ReadOnly Property Logo As Uri

Property Value

The logo of the package.

Remarks

On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by Package.Current, otherwise Logo will throw an exception.

Applies to

See also