Returns the key that was set.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public static Object GetKey( IChangeOperation changeOperation )
Public Shared Function GetKey ( _ changeOperation As IChangeOperation _ ) As Object
public: static Object^ GetKey( IChangeOperation^ changeOperation )
public static Object GetKey( IChangeOperation changeOperation )
![](../icons/collapse_all.gif)
- changeOperation (IChangeOperation)
- the change operation to extract data from.
![](../icons/collapse_all.gif)
The key that was set.