Unique identifier of the user that last changed the order.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public string UserID { get; }
Visual Basic (Declaration)
Public ReadOnly Property UserID As String
Visual C++
public:
property String^ UserID {
	String^ get ();
}

Field Value

Remarks

The login name for a user could change but the ID will not change.

See Also