PickFromQueueRequest.WorkerId Property

Definition

Gets or sets the user to assign the queue item to. Required.

public:
 property Guid WorkerId { Guid get(); void set(Guid value); };
public Guid WorkerId { get; set; }
member this.WorkerId : Guid with get, set
Public Property WorkerId As Guid

Property Value

The User. This corresponds to the SystemUser.SystemUserId attribute, which is the primary key for the SystemUser entity.

Applies to