UserTaskUpdateResponseActors Property |
Gets or sets the actors
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Contact[] Actors { get; set; }
Public Property Actors As Contact()
Get
Set
public:
property array<Contact^>^ Actors {
array<Contact^>^ get ();
void set (array<Contact^>^ value);
}
member Actors : Contact[] with get, set
Property Value
Contact
The actors.
See Also