Gets the ID of the user who will perform the task.

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public string AssignToUserId { get; internal set; }
Visual Basic
Public Property AssignToUserId As String
	Get
	Friend Set
Visual C++
public:
property String^ AssignToUserId {
	String^ get ();
	internal: void set (String^ value);
}

Remarks

Note that in file-based projects, this ID can be anything and does not necessarily represent an actual Windows User ID or similar. The system merely tracks the user ID for informational purposes.

See Also