OraclePermission.IsUnrestricted Method

Definition

Returns a value indicating whether the permission can be represented as unrestricted without any knowledge of the permission semantics.

public:
 virtual bool IsUnrestricted();
public bool IsUnrestricted ();
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean

Returns

true if the permission can be represented as unrestricted.

Implements

Applies to