Android.Preferences.PreferenceManager.SharedPreferencesName Property
Returns the current name of the SharedPreferences file that preferences managed by this will use.

Syntax

[get: Android.Runtime.Register("getSharedPreferencesName", "()Ljava/lang/String;", "GetGetSharedPreferencesNameHandler")]
[set: Android.Runtime.Register("setSharedPreferencesName", "(Ljava/lang/String;)V", "GetSetSharedPreferencesName_Ljava_lang_String_Handler")]
public virtual string SharedPreferencesName { get; set; }

See Also

Android.Content.Context.GetSharedPreferences(string, Android.Content.FileCreationMode)
Android.Content.Context.GetSharedPreferences(string, Android.Content.FileCreationMode)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current name of the SharedPreferences file that preferences managed by this will use.

Set method documentation [Android Documentation]

Sets the name of the SharedPreferences file that preferences managed by this will use.

Requirements

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