GetEntitlementStatus Enum
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.
Defines the possible results of a request to grant a free entitlement by using the GetFreeDeviceEntitlementAsync, GetFreeUserEntitlementAsync, or GetFreeUserEntitlementForUserAsync methods.
public enum class GetEntitlementStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GetEntitlementStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GetEntitlementStatus
var value = Windows.ApplicationModel.Store.Preview.InstallControl.GetEntitlementStatus.succeeded
Public Enum GetEntitlementStatus
- Inheritance
-
GetEntitlementStatus
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
App capabilities |
runFullTrust
|
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | The request succeeded. |
NoStoreAccount | 1 | The request was unsuccessful because the specified user does not have a Microsoft account that is associated with the Store on the current device. |
NetworkError | 2 | The request was unsuccessful because of a network connection error. |
ServerError | 3 | The request was unsuccessful because of a server error. |
Remarks
The GetEntitlementResult.Status property returns one of the GetEntitlementStatus values.