Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsStoreSKUMBS class.
WindowsStoreSKUMBS.CustomDeveloperData as String
Function:
Gets the custom developer data string (also called a tag) that contains custom information about the add-on that this product SKU represents.
Notes:
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.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes:
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.
(Read only property)
WindowsStoreSKUMBS.Description as String
Function:
Gets the product SKU description from the Microsoft Store listing.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: (Read only property)
WindowsStoreSKUMBS.ExtendedJsonData as String
Function:
Gets complete data for the current product SKU from the Store in JSON format.
Notes:
Use the ExtendedJsonData property to access the complete data for the StoreSku object as a JSON-formatted string in your code.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes:
Use the ExtendedJsonData property to access the complete data for the StoreSku object as a JSON-formatted string in your code.
(Read only property)
WindowsStoreSKUMBS.Handle as Integer
Function:
The internal object reference.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: (Read only property)
WindowsStoreSKUMBS.IsInUserCollection as Boolean
Function:
Gets a value that indicates whether the current user has an entitlement to use the current product SKU.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: (Read only property)
WindowsStoreSKUMBS.IsSubscription as Boolean
Function:
Gets a value that indicates whether the current product SKU is a subscription with recurring billing.
Notes:
For more information about the subscription, see the WindowsStoreSubscriptionInfoMBS class and SubscriptionInfo property.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes:
For more information about the subscription, see the WindowsStoreSubscriptionInfoMBS class and SubscriptionInfo property.
(Read only property)
Some examples using this property:
WindowsStoreSKUMBS.IsTrial as Boolean
Function:
Gets a value that indicates whether the current product SKU is a trial SKU.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: (Read only property)
WindowsStoreSKUMBS.Language as String
Function:
Gets the language for the data in the Microsoft Store listing for the product SKU.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: (Read only property)
WindowsStoreSKUMBS.Price as WindowsStorePriceMBS
Function:
Gets the price of the default availability for this product SKU.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: (Read only property)
WindowsStoreSKUMBS.StoreId as String
Function:
Gets the Store ID of this product SKU.
Notes:
The Store ID returned by this property has the format <product Store ID>/<SKU Store ID>, where:
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes:
The Store ID returned by this property has the format <product Store ID>/<SKU Store ID>, where:
- <product Store ID> is a 12-character alpha-numeric string, such as 9NBLGGH69M0B. This Store ID is available in Partner Center, and it is returned by the StoreId property of the related StoreProduct object.
- <SKU Store ID> is a 4-character alpha-numeric string that identifies the SKU. An example complete Store ID returned by this property is 9NBLGGH69M0B/000N.
WindowsStoreSKUMBS.Title as String
Function:
Gets the product SKU title from the Microsoft Store listing.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: (Read only property)
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
