GuardedObject.Object Property

Definition

Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.

public virtual Java.Lang.Object? Object { [Android.Runtime.Register("getObject", "()Ljava/lang/Object;", "GetGetObjectHandler")] get; }
[<get: Android.Runtime.Register("getObject", "()Ljava/lang/Object;", "GetGetObjectHandler")>]
member this.Object : Java.Lang.Object

Property Value

the guarded object.

Attributes

Exceptions

if access is not granted to the guarded object.

Remarks

Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.

Java documentation for java.security.GuardedObject.getObject().

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