Android.Preferences.Preference.Dependency Property
Returns the key of the dependency on this Preference.

Syntax

[get: Android.Runtime.Register("getDependency", "()Ljava/lang/String;", "GetGetDependencyHandler")]
[set: Android.Runtime.Register("setDependency", "(Ljava/lang/String;)V", "GetSetDependency_Ljava_lang_String_Handler")]
public virtual string Dependency { get; set; }

See Also

Preference.Dependency

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the key of the dependency on this Preference.

Set method documentation [Android Documentation]

Sets the key of a Preference that this Preference will depend on. If that Preference is not set or is off, this Preference will be disabled.

Requirements

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