Which class should you use?

You need to provide license metadata to the current app.
Which class should you use?

You need to provide license metadata to the current app.
Which class should you use?

A.
ListingInformation

B.
LicenseInformation

C.
ProductListing

D.
ProductLicense

Explanation:
TheLicenseInformationproperty (not a class) of theCurrentApp classgets the license metadata for the current app.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Ashraf

Ashraf

The correct answer is B – LicenseInformation

ListingInformation Class
Provides the listing info that describes the app in the Windows Store.
https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.store.listinginformation

LicenseInformation Class
Provides access to the current app’s license metadata.
https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.store.licenseinformation

ProductListing Class
Provides localized information that details an add-on (also called an in-app product or IAP).
https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.store.productlisting

ProductLicense Class
Provides info about a license that is associated with an add-on (also called an in-app product or IAP).
https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.store.productlicense