Returns the value that was set.
            
| C# | Visual Basic | Visual C++ | J# | 
public static Object GetValue( IChangeOperation changeOperation )
Public Shared Function GetValue ( _ changeOperation As IChangeOperation _ ) As Object
public: static Object^ GetValue( IChangeOperation^ changeOperation )
public static Object GetValue( IChangeOperation changeOperation )
- changeOperation (IChangeOperation)
 - the change operation to extract data from.
 
The value that was set.
