Gets the value of the attribute specified by its id.

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

Parameters

id
Type: System..::..Guid

Property Value

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

See Also