WorkflowEngineProcessRequestNodeInstanceIDs - свойство
Список идентификаторов экземпляров узлов, на которые производится отправка сигнала.
Пространство имён: Tessa.WorkflowСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
public IList<Guid>? NodeInstanceIDs { get; set; }
Public Property NodeInstanceIDs As IList(Of Guid)
Get
Set
public:
virtual property IList<Guid>^ NodeInstanceIDs {
IList<Guid>^ get () sealed;
void set (IList<Guid>^ value) sealed;
}
abstract NodeInstanceIDs : IList<Guid> with get, set
override NodeInstanceIDs : IList<Guid> with get, set
IListGuidIWorkflowEngineProcessRequestNodeInstanceIDs