| Visual Basic (Declaration) | |
|---|---|
Public Overloads Overridable Sub SetValue( _ ByVal entityProperty As EntityProperty, _ ByVal value As Object _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As EntityAspect Dim entityProperty As EntityProperty Dim value As Object instance.SetValue(entityProperty, value)  | |
| C# | |
|---|---|
public virtual void SetValue( EntityProperty entityProperty, object value )  | |
| C++/CLI | |
|---|---|
public: virtual void SetValue( EntityProperty^ entityProperty, Object^ value )  | |
Parameters
- entityProperty
 - 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