RestrictionEntry.IntValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of the entry as an integer when the type is #TYPE_INTEGER
. -or- Sets the integer value of the entry when the type is #TYPE_INTEGER
.
public virtual int IntValue { [Android.Runtime.Register("getIntValue", "()I", "GetGetIntValueHandler")] get; [Android.Runtime.Register("setIntValue", "(I)V", "GetSetIntValue_IHandler")] set; }
[<get: Android.Runtime.Register("getIntValue", "()I", "GetGetIntValueHandler")>]
[<set: Android.Runtime.Register("setIntValue", "(I)V", "GetSetIntValue_IHandler")>]
member this.IntValue : int with get, set
Property Value
the integer value of the entry.
- Attributes
Remarks
Property getter documentation:
Returns the value of the entry as an integer when the type is #TYPE_INTEGER
.
Java documentation for android.content.RestrictionEntry.getIntValue()
.
Property setter documentation:
Sets the integer value of the entry when the type is #TYPE_INTEGER
.
Java documentation for android.content.RestrictionEntry.setIntValue(int)
.
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.