StoreSku.CustomDeveloperData Property

Definition

Gets the custom developer data string (also called a tag) that contains custom information about the add-on that this product SKU represents. 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 ^ CustomDeveloperData { Platform::String ^ get(); };
winrt::hstring CustomDeveloperData();
public string CustomDeveloperData { get; }
var string = storeSku.customDeveloperData;
Public ReadOnly Property CustomDeveloperData 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