Mindscape LightSpeed - User Reference & API Documentation
GetAttributeValue Method (attributeName)
API ReferenceMindscape.LightSpeed.ValidationValidationContextGetAttributeValue(String)
Gets the value of the named attribute on the target Entity.
Declaration Syntax
C#Visual Basic
public Object GetAttributeValue(
	string attributeName
)
Public Function GetAttributeValue ( _
	attributeName As String _
) As Object
Parameters
attributeName (String)
The name of the attribute.
Return Value
The attribute value.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)