Gets the attribute specified by its id.

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 VGIPermissionAttribute GetAttributeById(
	Guid id
)
Visual Basic (Declaration)
Public Function GetAttributeById ( _
	id As Guid _
) As VGIPermissionAttribute

Parameters

id
Type: System..::.Guid
The ID of the attribute to look for

Return Value

The attribute if found, null (Nothing) otherwise

See Also