Persist.NET Documentation Class Library

AttributeMap.SetValue Method 

Set the Attribute value of the object

[Visual Basic]
Public Sub SetValue( _
   ByVal target As Object, _
   ByVal value As Object _
)
[C#]
public void SetValue(
   object target,
   object value
);

Parameters

target
the object to modify
value
the attribute value

See Also

AttributeMap Class | Persist.Maps Namespace