IExecutionContext.RequestId Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets the GUID of the request being processed by the event execution pipeline.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
Nullable<Guid> RequestId { get; }
ReadOnly Property RequestId As Nullable(Of Guid)
Property Value
Type: System.Nullable<Guid>
Type: Nullable<Guid>
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.
See Also
IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
Use messages (request and response classes) with the Execute method
Event execution pipeline
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright