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

Parameters

name
Type: System..::..String

Property Value

Type: Object

See Also