Gets the attribute specified by its name.

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 GetAttributeByName(
	string name
)
Visual Basic (Declaration)
Public Function GetAttributeByName ( _
	name As String _
) As VGIPermissionAttribute

Parameters

name
Type: System..::.String
the name of the attribute to look for.

Return Value

The attribute if found, null (Nothing) otherwise.

See Also