ProductListing.Tag Property

Definition

Gets the custom developer data string (also called a tag) that contains custom information about an add-on (also called an in-app product or IAP). This string corresponds to the value of the Custom developer data field in the properties page for the add-on in Partner Center.

public:
 property Platform::String ^ Tag { Platform::String ^ get(); };
winrt::hstring Tag();
public string Tag { get; }
var string = productListing.tag;
Public ReadOnly Property Tag As String

Property Value

String

Platform::String

winrt::hstring

The custom developer data for the add-on.

Remarks

The custom developer data provides a way for developers to associate custom contextual information with an add-on. For more information about setting this value for an add-on, see Enter add-on properties.

Applies to