OraclePermission.IsUnrestricted 方法
定义
返回一个值,该值指示在不了解权限语义的情况下是否可以将权限表示为无限制。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
返回
如果可以将权限表示为无限制,则为 true。true if the permission can be represented as unrestricted.