Package.Logo 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 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.