Gets the results of the change operations which were inflicted on the changed entry.
The order of the list will be correlated to the order of operation which were specified on the ChangeSet that
was used for this change operation.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
IList<IChangeOperationResult> ChangeOperationsResults { get; }
ReadOnly Property ChangeOperationsResults As IList(Of IChangeOperationResult) Get
property IList<IChangeOperationResult^>^ ChangeOperationsResults { IList<IChangeOperationResult^>^ get (); }
/** @property */ IList<IChangeOperationResult> get_ChangeOperationsResults()