Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates if the app was successfully or unsuccessfully set as the lock screen background provider.
Syntax
public enum LockScreenRequestResult
Public Enum LockScreenRequestResult
public enum class LockScreenRequestResult
Members
The LockScreenRequestResult enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Denied | 0 | The app was not set as the lock screen background provider. |
| Granted | 1 | The app was set as the lock screen background provider. |
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8 |
Namespace |
Windows.Phone.System.UserProfile Windows::Phone::System::UserProfile [C++] |
Metadata |
Windows.WinMD |
Attributes
[Version(0x06020000)]