Gets the value of the attribute specified by its name.

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 Object this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	name As String
) As Object
	Get

Parameters

name
Type: System..::..String

Property Value

Type: Object
the value of the attribute if found, null (Nothing) otherwise.

See Also