LockScreenManager.IsProvidedByCurrentApplication property

Indicates whether the app is the current lock screen background provider.

Syntax

public static bool IsProvidedByCurrentApplication { get; }
Public Shared ReadOnly Property IsProvidedByCurrentApplication As Boolean
public:
static property bool IsProvidedByCurrentApplication { 
   bool get();
}

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

True if the app is the current lock screen background provider. False if it is not the current 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

See also

LockScreenManager