Gets the value of the attribute specified by its name.

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

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