InstalledDesktopApp.Publisher Property

Definition

Gets the publisher of the installed desktop app.

public:
 property Platform::String ^ Publisher { Platform::String ^ get(); };
winrt::hstring Publisher();
public string Publisher { get; }
var string = installedDesktopApp.publisher;
Public ReadOnly Property Publisher As String

Property Value

String

Platform::String

winrt::hstring

The publisher of the installed desktop app.

Applies to