PackageManager.Property.IsBoolean Property

Definition

Returns true if the property is a boolean type.

public bool IsBoolean { [Android.Runtime.Register("isBoolean", "()Z", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isBoolean", "()Z", "", ApiSince=31)>]
member this.IsBoolean : bool

Property Value

Attributes

Remarks

Returns true if the property is a boolean type. Otherwise false.

Java documentation for android.content.pm.PackageManager.Property.isBoolean().

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