GetValueResult.Value Property

Definition

Returns the value of requested Preference if request successful.

public Android.Service.Settings.Preferences.SettingsPreferenceValue? Value { [Android.Runtime.Register("getValue", "()Landroid/service/settings/preferences/SettingsPreferenceValue;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getValue", "()Landroid/service/settings/preferences/SettingsPreferenceValue;", "", ApiSince=36)>]
member this.Value : Android.Service.Settings.Preferences.SettingsPreferenceValue

Property Value

Attributes

Remarks

Returns the value of requested Preference if request successful.

Java documentation for android.service.settings.preferences.GetValueResult.getValue().

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