EntitySetChangedEventArgsTEntityRemovedIdentifiers Property |
Gets the collection of identifiers of removed entities.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ICollection<Object> RemovedIdentifiers { get; }
Public ReadOnly Property RemovedIdentifiers As ICollection(Of Object)
Get
public:
property ICollection<Object^>^ RemovedIdentifiers {
ICollection<Object^>^ get ();
}
member RemovedIdentifiers : ICollection<Object> with get
Property Value
Type:
ICollectionObjectSee Also