Android.Content.RestrictionEntry.SelectedState Property
Returns the current selected state for an entry of type RestrictionEntry.TypeBoolean.

Syntax

[get: Android.Runtime.Register("getSelectedState", "()Z", "GetGetSelectedStateHandler")]
[set: Android.Runtime.Register("setSelectedState", "(Z)V", "GetSetSelectedState_ZHandler")]
public virtual bool SelectedState { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current selected state for an entry of type RestrictionEntry.TypeBoolean.

Set method documentation [Android Documentation]

Sets the current selected state for an entry of type RestrictionEntry.TypeBoolean. This value will be persisted by the system for later use by the application.

Requirements

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