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

The unique id of the user who last modified the document.

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

Syntax

C#
public int ModifiedByUserId { get; }
Visual Basic (Declaration)
Public ReadOnly Property ModifiedByUserId As Integer
Visual C++
public:
property int ModifiedByUserId {
	int get ();
}

See Also