Returns the new value of the property after the increment operation was applied.
            
 Declaration Syntax
 Declaration Syntax| 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 )
 Parameters
 Parameters- changeOperationResult (IChangeOperationResult)
- Change operation result.
 Return Value
 Return ValueThe new value of the property after the increment operation was applied
