Gets the value of the named attribute on the target Entity.

Namespace:  Mindscape.LightSpeed.Validation
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public Object GetAttributeValue(
	string attributeName
)
Visual Basic (Declaration)
Public Function GetAttributeValue ( _
	attributeName As String _
) As Object

Parameters

attributeName
Type: System..::.String
The name of the attribute.

Return Value

The attribute value.

See Also