WorkflowEngineProcessRequestNodeInstanceIDs - свойство
Список идентификаторов экземпляров узлов, на которые производится отправка сигнала.
Пространство имён: Tessa.WorkflowСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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