DatatypeConstants.FieldUndefined Field

Definition

Designation that an "int" field is not set.

[Android.Runtime.Register("FIELD_UNDEFINED")]
public const int FieldUndefined = -2147483648;
[<Android.Runtime.Register("FIELD_UNDEFINED")>]
val mutable FieldUndefined : int

Field Value

Value = -2147483648
Attributes

Remarks

Designation that an "int" field is not set.

Java documentation for javax.xml.datatype.DatatypeConstants.FIELD_UNDEFINED.

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.

Applies to