PackageId.ProductId Property

Definition

Windows Phone only. Gets the value of the ProductID attribute associated with this XAP application package.

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

Property Value

String

Platform::String

winrt::hstring

The value of the ProductID attribute associated with this XAP application package.

Applies to