The entity associated with this change set.

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

Syntax

C#
public Entity AssociatedEntity { get; set; }
Visual Basic (Declaration)
Public Property AssociatedEntity As Entity

Remarks

This is for local handling and is not sent over the wire.

See Also