ProcessStartupInfoActions Property |
Actions that can be taken on the process.
Namespace: Scanjour.Workflow4.Web.Services.EntitiesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic ICollection<ProcessAction> Actions { get; set; }
Public Property Actions As ICollection(Of ProcessAction)
Get
Set
public:
property ICollection<ProcessAction^>^ Actions {
ICollection<ProcessAction^>^ get ();
void set (ICollection<ProcessAction^>^ value);
}
member Actions : ICollection<ProcessAction> with get, set
Property Value
ICollectionProcessAction
See Also