FakeWorkflowContextRequestId - свойство |
Gets the GUID of the request being processed by the event execution pipeline.
Пространство имён: PZone.Xrm.Testing.Workflow
public Nullable<Guid> RequestId { get; set; }
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.