IExecutionContext.PostEntityImages Property

Definition

Gets the properties of the primary entity after the core platform operation has been completed.

public:
 property Microsoft::Xrm::Sdk::EntityImageCollection ^ PostEntityImages { Microsoft::Xrm::Sdk::EntityImageCollection ^ get(); };
public Microsoft.Xrm.Sdk.EntityImageCollection PostEntityImages { get; }
member this.PostEntityImages : Microsoft.Xrm.Sdk.EntityImageCollection
Public ReadOnly Property PostEntityImages As EntityImageCollection

Property Value

The properties of the primary entity after the core platform operation has been completed.

Applies to

See also