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