OrderUserSvr Property

The name of the User Server that last changed this order.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public string UserSvr { get; }

Property Value

String

Remarks

The user server is what the API connects to. Each time the API connects it could be to a different server. Additionally, multiple instances of the API for the same user could be on different servers.

See Also