Returns a list of identifiers which have been updated as a result of the change.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[DataMemberAttribute]
public IdentifierData[] UpdatedIdentifiers { get; set; }
Visual Basic (Declaration)
<DataMemberAttribute> _
Public Property UpdatedIdentifiers As IdentifierData()

See Also