| Visual Basic (Declaration) | |
|---|---|
Public Overloads Overridable Sub SetValue( _ ByVal propertyName As String, _ ByVal value As Object _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As EntityAspect Dim propertyName As String Dim value As Object instance.SetValue(propertyName, value)  | |
| C# | |
|---|---|
public virtual void SetValue( string propertyName, object value )  | |
| C++/CLI | |
|---|---|
public: virtual void SetValue( String^ propertyName, Object^ value )  | |
Parameters
- propertyName
 - value
 
              All setter interceptor actions are called when using this method.              
            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