Gets the specified VGIPermission object.

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

Syntax

C#
VGIPermission GetPermission(
	Guid id
)
Visual Basic
Function GetPermission ( 
	id As Guid
) As VGIPermission

Parameters

id
Type: System..::..Guid
The Visual Guard unique identifier of the permission

Return Value

Type: VGIPermission
The specified VGIPermission object if the permission is granted to the principal. Returns null (Nothing in VB) if the permission is not granted or it does not exist.

See Also