ESimProfilePolicy.CanDelete Property

Definition

Gets a value indicating whether the eSIM profile policy represented by this object instance allows the profile to be deleted.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Microsoft Store, then you'll need to request special approval to use the custom capability Microsoft.eSIMManagement_8wekyb3d8bbwe. For more info, see Custom capabilities.

public:
 property bool CanDelete { bool get(); };
bool CanDelete();
public bool CanDelete { get; }
var boolean = eSimProfilePolicy.canDelete;
Public ReadOnly Property CanDelete As Boolean

Property Value

Boolean

bool

true if the policy allows the profile to be deleted, otherwise false.

Windows requirements

App capabilities
Microsoft.eSIMManagement_8wekyb3d8bbwe

Applies to