Preferences.IsUserNode Property

Definition

Returns whether this is a user preference node.

public abstract bool IsUserNode { [Android.Runtime.Register("isUserNode", "()Z", "GetIsUserNodeHandler")] get; }
[<get: Android.Runtime.Register("isUserNode", "()Z", "GetIsUserNodeHandler")>]
member this.IsUserNode : bool

Property Value

true if this preference node is in the user preference tree; false if it is in the system preference tree.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to