Gets or sets the actor type.
Namespace:
Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly:
Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
public InArgument<UserTaskActorType> ActorType { get; set; }
Public Property ActorType As InArgument(Of UserTaskActorType)
Get
Set
public:
property InArgument<UserTaskActorType>^ ActorType {
InArgument<UserTaskActorType>^ get ();
void set (InArgument<UserTaskActorType>^ value);
}
member ActorType : InArgument<UserTaskActorType> with get, set
Property Value
Type:
InArgumentUserTaskActorType
The the actor type.
Reference