[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.UserTasks.UserTaskInformation.ActorType"]
public UserTaskActorType ActorType { get; set; }
Public Property ActorType As UserTaskActorType
Get
Set
public:
property UserTaskActorType ActorType {
UserTaskActorType get ();
void set (UserTaskActorType value);
}
member ActorType : UserTaskActorType with get, set