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

FakeWorkflowContextInitiatingUserId - свойство

Gets the GUID of the system user account under which the current pipeline is executing.

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

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

Тип: Guid

Type: GuidThe GUID of the system user account under which the current pipeline is executing. This property corresponds to the SystemUserId property, which is the primary key for the SystemUser entity.

Реализации

IExecutionContext.InitiatingUserId
Заметки

См. также