PackageId.Author Property

Definition

Windows Phone only. Gets the value of the Author attribute for the specified application package.

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

Property Value

String

Platform::String

winrt::hstring

The value of the Author attribute for the specified application package.

Applies to