IdeaBlade DevForce 2010 Help Reference
SetValue(EntityProperty,Object) Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > ComplexAspect Class > SetValue Method : SetValue(EntityProperty,Object) Method



entityProperty
value
Sets the value of the specified property on this object.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SetValue( _
   ByVal entityProperty As EntityProperty, _
   ByVal value As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ComplexAspect
Dim entityProperty As EntityProperty
Dim value As Object
 
instance.SetValue(entityProperty, value)
C# 
public void SetValue( 
   EntityProperty entityProperty,
   object value
)
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.