Package.IsSealed Property

Definition

Returns true if this package is sealed.

public virtual bool IsSealed { [Android.Runtime.Register("isSealed", "()Z", "GetIsSealedHandler")] get; }
[<get: Android.Runtime.Register("isSealed", "()Z", "GetIsSealedHandler")>]
member this.IsSealed : bool

Property Value

true if the package is sealed, false otherwise

Attributes

Remarks

Returns true if this package is sealed.

Java documentation for java.lang.Package.isSealed().

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