AppInfo.DisplayInfo 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 information that describes the application.
public:
property AppDisplayInfo ^ DisplayInfo { AppDisplayInfo ^ get(); };
AppDisplayInfo DisplayInfo();
public AppDisplayInfo DisplayInfo { get; }
var appDisplayInfo = appInfo.displayInfo;
Public ReadOnly Property DisplayInfo As AppDisplayInfo
Property Value
An object containing information about the app's name, description, and logo.