RemoteExecutionContext.CorrelationId Property

 

Applies To: Dynamics CRM 2015

Gets the global unique identifier for tracking plug-in execution.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public Guid CorrelationId { get; set; }
public:
[DataMemberAttribute]
property Guid CorrelationId {
    virtual Guid get() sealed;
    virtual void set(Guid value) sealed;
}
[<DataMemberAttribute>]
abstract CorrelationId : Guid with get, set
[<DataMemberAttribute>]
override CorrelationId : Guid with get, set
<DataMemberAttribute>
Public Property CorrelationId As Guid

Property Value

Type: System.Guid

Type: Guid
The global unique identifier for tracking plug-in execution.

Implements

IExecutionContext.CorrelationId

Remarks

This property is used by the platform for infinite loop prevention. In most cases, this property can be ignored.

See Also

Depth
RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright