Returns the new value of the property after the increment operation was applied.
            
| C# | Visual Basic | Visual C++ | J# | 
public static Object GetNewValue( IChangeOperationResult changeOperationResult )
Public Shared Function GetNewValue ( _ changeOperationResult As IChangeOperationResult _ ) As Object
public: static Object^ GetNewValue( IChangeOperationResult^ changeOperationResult )
public static Object GetNewValue( IChangeOperationResult changeOperationResult )
- changeOperationResult (IChangeOperationResult)
 - Change operation result.
 
The new value of the property after the increment operation was applied
