Для изменения размера нажмите или перетащите

FakePluginExecutionContextCorrelationId - свойство

Gets the GUID for tracking plug-in or custom workflow activity execution.

Пространство имён:  PZone.Xrm.Testing
Сборка:  PZone.SDK.Xrm.Testing (в PZone.SDK.Xrm.Testing.dll) Версия: 8.2.1.0 (8.2.1.0)
Синтаксис
C#
public Guid CorrelationId { get; set; }

Возвращаемое значение

Тип: Guid

Type: GuidThe GUID for tracking plug-in or custom workflow activity execution.

Реализации

IExecutionContext.CorrelationId
Заметки

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

См. также