UserTaskRedirectResponseActor Property |
Gets or sets the actor name type
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Contact Actor { get; set; }
Public Property Actor As Contact
Get
Set
public:
property Contact^ Actor {
Contact^ get ();
void set (Contact^ value);
}
member Actor : Contact with get, set
Property Value
Contact
The actor name type.
See Also