Gets a collection of IChangedEntryDetails<(Of <(T>)>)  of the changed
            entries. 
            This is only supported if the ReturnDetailedResults modifier was used,
            otherwise this method will throw unsupported operation exception.	
            
| C# | Visual Basic | Visual C++ | J# | 
ICollection<IChangedEntryDetails<T>> Results { get; }
ReadOnly Property Results As ICollection(Of IChangedEntryDetails(Of T))
property ICollection<IChangedEntryDetails<T>^>^ Results { ICollection<IChangedEntryDetails<T>^>^ get (); }
/** @property */ ICollection<IChangedEntryDetails<T>> get_Results()
| Exception | Condition | 
|---|---|
| NotSupportedException | If the corresponding change
            operation was not used with the ReturnDetailedResults. | 
