IExecutionContext.RequestId Property

Definition

Gets the GUID of the request being processed by the event execution pipeline.

public:
 property Nullable<Guid> RequestId { Nullable<Guid> get(); };
public Guid? RequestId { get; }
member this.RequestId : Nullable<Guid>
Public ReadOnly Property RequestId As Nullable(Of Guid)

Property Value

The GUID of the request being processed by the event execution pipeline. This corresponds to the RequestId property, which is the primary key for the OrganizationRequest class from which specialized request classes are derived.

Applies to