[This is preliminary documentation and is subject to change.]
The user identifier of the user to whom the workflow document is routed to.
Namespace:
OfficeClip.BusinessLayer.Framework.WorkflowAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int RouteToUserId { get; set; } |
Visual Basic (Declaration) |
---|
Public Property RouteToUserId As Integer |
Visual C++ |
---|
public: property int RouteToUserId { int get (); void set (int value); } |