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



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

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SetValue( _
   ByVal propertyName As String, _
   ByVal value As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ComplexAspect
Dim propertyName As String
Dim value As Object
 
instance.SetValue(propertyName, value)
C# 
public void SetValue( 
   string propertyName,
   object value
)
C++/CLI 
public:
void SetValue( 
   String^ propertyName,
   Object^ value
) 

Parameters

propertyName
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.