[This is preliminary documentation and is subject to change.]

the user identifier of the item.

Namespace:  OfficeClip.BusinessLayer.Framework.Workflow
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int ItemUserId { get; set; }
Visual Basic (Declaration)
Public Property ItemUserId As Integer
Visual C++
public:
property int ItemUserId {
	int get ();
	void set (int value);
}

See Also