PackageId.PublisherId Property

Definition

Gets the publisher ID of the package.

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

Property Value

String

Platform::String

winrt::hstring

The publisher ID.

Applies to

See also