RemoteExecutionContext.RequestId Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets the global unique identifier of the request being processed by the event execution pipeline.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public Nullable<Guid> RequestId { get; set; }
<DataMemberAttribute>
Public Property RequestId As Nullable(Of Guid)
Property Value
Type: System.Nullable<Guid>
Type: Nullable<Guid
>
The global unique identifier of the request.
Implements
See Also
RemoteExecutionContext Class
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