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

FakeWorkflowContextRequestId - свойство

Gets the GUID of the request being processed by the event execution pipeline.

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

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

Тип: NullableGuid

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.

Реализации

IExecutionContext.RequestId
Заметки