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

The unique name 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 string ModifiedByUserName { get; }
Visual Basic (Declaration)
Public ReadOnly Property ModifiedByUserName As String
Visual C++
public:
property String^ ModifiedByUserName {
	String^ get ();
}

See Also