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

The last update user name

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

Syntax

C#
public string LastUpdatedUserName { get; set; }
Visual Basic (Declaration)
Public Property LastUpdatedUserName As String
Visual C++
public:
property String^ LastUpdatedUserName {
	String^ get ();
	void set (String^ value);
}

See Also