Android.Preferences.Preference.Persistent Property
Checks whether this Preference is persistent.

Syntax

[get: Android.Runtime.Register("isPersistent", "()Z", "GetIsPersistentHandler")]
[set: Android.Runtime.Register("setPersistent", "(Z)V", "GetSetPersistent_ZHandler")]
public virtual bool Persistent { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Checks whether this Preference is persistent. If it is, it stores its value(s) into the persistent Android.Content.ISharedPreferences storage.

Set method documentation [Android Documentation]

Sets whether this Preference is persistent. When persistent, it stores its value(s) into the persistent Android.Content.ISharedPreferences storage.

Requirements

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