Sets the value of the field on a specific entity.

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

Syntax

C#
public bool TrySetValue(
	Entity entity,
	Object value
)
Visual Basic (Declaration)
Public Function TrySetValue ( _
	entity As Entity, _
	value As Object _
) As Boolean

Parameters

entity
Type: Mindscape.LightSpeed..::.Entity
The entity on which to set the field.
value
Type: System..::.Object
The value to be assigned.

Return Value

true if the field is defined on the entity and the value has been set; otherwise false.

See Also