Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 965 Bytes

storeconfiguration_getpurchasepromptingpolicyforuser_1650154556.md

File metadata and controls

31 lines (22 loc) · 965 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Store.Preview.StoreConfiguration.GetPurchasePromptingPolicyForUser(Windows.System.User)
winrt method

Windows.ApplicationModel.Store.Preview.StoreConfiguration.GetPurchasePromptingPolicyForUser

-description

Gets a value that indicates whether the Windows Store prompts the specified user before making a purchase.

-parameters

-param user

An object that identifies the user for which to query.

-returns

A UInt32 value that indicates whether the Windows Store prompts the specified user before making a purchase.

Value Description
1 The Windows Store prompts the specified user before making a purchase.
0 The Windows Store does not prompt the specified user before making a purchase.

-remarks

-examples

-see-also