IExecutionContext.RequestId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.