PackageId.Publisher 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 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
The publisher.