Android.OS.UserManager.UserRestrictions Property
Returns the user-wide restrictions imposed on this user.

Syntax

[get: Android.Runtime.Register("getUserRestrictions", "()Landroid/os/Bundle;", "GetGetUserRestrictionsHandler")]
[set: Android.Runtime.Register("setUserRestrictions", "(Landroid/os/Bundle;)V", "GetSetUserRestrictions_Landroid_os_Bundle_Handler")]
public virtual Bundle UserRestrictions { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the user-wide restrictions imposed on this user.

Set method documentation [Android Documentation]

Sets all the user-wide restrictions for this user. Requires the MANAGE_USERS permission.

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18