DevForce Help Reference
SetValue(EntityProperty,Object) Method


Sets the value of the specified property on this object.
Syntax
'Declaration
 
Public Overloads Sub SetValue( _
   ByVal entityProperty As EntityProperty, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As ComplexAspect
Dim entityProperty As EntityProperty
Dim value As Object
 
instance.SetValue(entityProperty, value)
public void SetValue( 
   EntityProperty entityProperty,
   object value
)

Parameters

entityProperty
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

ComplexAspect Class
ComplexAspect Members
Overload List

Send Feedback