PackageId.Publisher Property

Definition

Gets the publisher of the package.

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

Property Value

String

Platform::String

winrt::hstring

The publisher.

Applies to

See also