Returns a value indicating whether the current permission is unrestricted.

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public bool IsUnrestricted()
Visual Basic
Public Function IsUnrestricted As Boolean

Return Value

Type: Boolean
true if the current permission is unrestricted; otherwise, false.

Implements

IUnrestrictedPermission..::..IsUnrestricted()()()()

See Also