AssignedAccessSettings.IsEnabled Property

Definition

Gets a value that indicates whether the user has configured Assigned Access in the Windows settings.

public:
 property bool IsEnabled { bool get(); };
bool IsEnabled();
public bool IsEnabled { get; }
var boolean = assignedAccessSettings.isEnabled;
Public ReadOnly Property IsEnabled As Boolean

Property Value

Boolean

bool

true if assigned access is configured; otherwise, false.

Applies to