Android.Content.RestrictionEntry.SelectedString Property
Returns the currently selected string value.

Syntax

[get: Android.Runtime.Register("getSelectedString", "()Ljava/lang/String;", "GetGetSelectedStringHandler")]
[set: Android.Runtime.Register("setSelectedString", "(Ljava/lang/String;)V", "GetSetSelectedString_Ljava_lang_String_Handler")]
public virtual string SelectedString { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the currently selected string value.

Set method documentation [Android Documentation]

Sets the string value to use as the selected value for this restriction. 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