Returns a value indicating whether the current permission is unrestricted.

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

Syntax

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

Return Value

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

Implements

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

See Also