Android.Content.RestrictionEntry.IntValue Property
Returns the value of the entry as an integer when the type is RestrictionEntry.TypeInteger.

Syntax

[get: Android.Runtime.Register("getIntValue", "()I", "GetGetIntValueHandler")]
[set: Android.Runtime.Register("setIntValue", "(I)V", "GetSetIntValue_IHandler")]
public virtual int IntValue { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the value of the entry as an integer when the type is RestrictionEntry.TypeInteger.

Set method documentation [Android Documentation]

Sets the integer value of the entry when the type is RestrictionEntry.TypeInteger.

Requirements

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