GigaSpaces XAP.NET Documentation
FailedChanges Property
Class LibraryGigaSpaces.Core.ExceptionsChangeExceptionFailedChanges
Gets the entries that failed to change result.
Declaration Syntax
C#Visual BasicVisual C++J#
public ICollection<IFailedChangedEntryDetails> FailedChanges { get; }
Public ReadOnly Property FailedChanges As ICollection(Of IFailedChangedEntryDetails)
public:
property ICollection<IFailedChangedEntryDetails^>^ FailedChanges {
	ICollection<IFailedChangedEntryDetails^>^ get ();
}
/** @property */
public ICollection<IFailedChangedEntryDetails> get_FailedChanges()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)