StoreSku.CustomDeveloperData 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 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
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.