Mindscape LightSpeed - User Reference & API Documentation
Set<(Of <(TField>)>) Method (field, value, propertyName)
API ReferenceMindscape.LightSpeedEntitySet<(Of <(TField>)>)(TField%, TField, String)
Sets the specified field. Use of this overload is only required if you are calling other persistent attribute property setters within a single property setter.
Declaration Syntax
C#Visual Basic
protected void Set<TField>(
	ref TField field,
	TField value,
	string propertyName
)
Protected Sub Set(Of TField) ( _
	ByRef field As TField, _
	value As TField, _
	propertyName As String _
)
Generic Template Parameters
TField
The type of the field.
Parameters
field (TField%)
The field.
value (TField)
The value.
propertyName (String)
Name of the property.

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