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

The unique identifier of the user who invited the current user for whom the invitation is pending.

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also