StoreConfiguration.SetPurchasePromptingPolicyForUser Method
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.
Sets a value that indicates whether the Microsoft Store prompts the user before making a purchase.
public:
static void SetPurchasePromptingPolicyForUser(User ^ user, IReference<unsigned int> ^ value);
static void SetPurchasePromptingPolicyForUser(User const& user, IReference<uint32_t> const& value);
public static void SetPurchasePromptingPolicyForUser(User user, System.Nullable<uint> value);
function setPurchasePromptingPolicyForUser(user, value)
Public Shared Sub SetPurchasePromptingPolicyForUser (user As User, value As Nullable(Of UInteger))
Parameters
- user
- User
An object that identifies the user for which to perform this operation.
- value
-
Windows.Foundation.IReference<unsigned int>
IReference<uint32_t>
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|