Returns a value indicating whether the current permission is unrestricted.

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

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