Android.Preferences.ListPreference.Value Property
Returns the value of the key.

Syntax

[get: Android.Runtime.Register("getValue", "()Ljava/lang/String;", "GetGetValueHandler")]
[set: Android.Runtime.Register("setValue", "(Ljava/lang/String;)V", "GetSetValue_Ljava_lang_String_Handler")]
public virtual string Value { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the value of the key. This should be one of the entries in ListPreference.GetEntryValuesFormatted.

Set method documentation [Android Documentation]

Sets the value of the key. This should be one of the entries in ListPreference.GetEntryValuesFormatted.

Requirements

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