IExecutionContext.CorrelationId Property
Applies To: Dynamics CRM 2015
Gets the GUID for tracking plug-in or custom workflow activity execution.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
Guid CorrelationId { get; }
property Guid CorrelationId {
Guid get();
}
abstract CorrelationId : Guid with get
ReadOnly Property CorrelationId As Guid
Property Value
Type: System.Guid
Type: Guid
The GUID for tracking plug-in or custom workflow activity execution.
Remarks
This property is used by the platform for infinite loop prevention. In most cases, this property can be ignored.
See Also
Depth
IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright