DevForce Help Reference
SetValue(String,Object) Method


Sets the value of the specified property on the associated Entity.
Syntax
'Declaration
 
Public Overloads Overridable Sub SetValue( _
   ByVal propertyName As String, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As EntityAspect
Dim propertyName As String
Dim value As Object
 
instance.SetValue(propertyName, value)
public virtual void SetValue( 
   string propertyName,
   object value
)

Parameters

propertyName
value
Remarks
All setter interceptor actions are called when using this method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityAspect Class
EntityAspect Members
Overload List

Send Feedback