[This is preliminary documentation and is subject to change.]
The user name 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 string RouteToUserFirstName { get; set; } |
Visual Basic (Declaration) |
---|
Public Property RouteToUserFirstName As String |
Visual C++ |
---|
public: property String^ RouteToUserFirstName { String^ get (); void set (String^ value); } |