RemoteExecutionContext.PrimaryEntityId Property

 

Applies To: Dynamics CRM 2015

Gets the global unique identifier of the primary entity for which the pipeline is processing events.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public Guid PrimaryEntityId { get; set; }
public:
[DataMemberAttribute]
property Guid PrimaryEntityId {
    virtual Guid get() sealed;
    virtual void set(Guid value) sealed;
}
[<DataMemberAttribute>]
abstract PrimaryEntityId : Guid with get, set
[<DataMemberAttribute>]
override PrimaryEntityId : Guid with get, set
<DataMemberAttribute>
Public Property PrimaryEntityId As Guid

Property Value

Type: System.Guid

Type: Guid
The global unique identifier of the primary entity.

Implements

IExecutionContext.PrimaryEntityId

See Also

RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
Event execution pipeline

Return to top

© 2016 Microsoft. All rights reserved. Copyright