AssignedAccessSettings.IsSingleAppKioskMode Property
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.
Gets a value that indicates whether the kiosk account is configured as a single-app kiosk.
public:
property bool IsSingleAppKioskMode { bool get(); };
bool IsSingleAppKioskMode();
public bool IsSingleAppKioskMode { get; }
var boolean = assignedAccessSettings.isSingleAppKioskMode;
Public ReadOnly Property IsSingleAppKioskMode As Boolean
Property Value
Boolean
bool
true if the kiosk account is configured as a single-app kiosk.; otherwise, false.