Gets the entries that failed to change result.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public ICollection<IFailedChangedEntryDetails> FailedChanges { get; }
Public ReadOnly Property FailedChanges As ICollection(Of IFailedChangedEntryDetails) Get
public: property ICollection<IFailedChangedEntryDetails^>^ FailedChanges { ICollection<IFailedChangedEntryDetails^>^ get (); }
/** @property */ public ICollection<IFailedChangedEntryDetails> get_FailedChanges()