RemoteExecutionContext.PostEntityImages Property
Applies To: Dynamics CRM 2015
Gets the properties of the primary entity after the core platform operation has been completed.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public EntityImageCollection PostEntityImages { get; }
public:
[DataMemberAttribute]
property EntityImageCollection^ PostEntityImages {
virtual EntityImageCollection^ get() sealed;
}
[<DataMemberAttribute>]
abstract PostEntityImages : EntityImageCollection with get
[<DataMemberAttribute>]
override PostEntityImages : EntityImageCollection with get
<DataMemberAttribute>
Public ReadOnly Property PostEntityImages As EntityImageCollection
Property Value
Type: Microsoft.Xrm.Sdk.EntityImageCollection
Type: EntityImageCollection
The properties of the primary entity.
Implements
IExecutionContext.PostEntityImages
See Also
PreEntityImages
RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
Understand the data context passed to a plug-in
Return to top
© 2016 Microsoft. All rights reserved. Copyright