The User type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IPAddress | (Required)
(Required - MaxLength(50)) The Local IP Address (or machine name) of the node from which the
user has initiated the call. In a web-based SIS system, this should be the IP (IPv4 or IPv6)
address of the client's browser, in a thick client application SIS system, this should be the
local IP address or machine name of the system running the thick client application.
| |
| LocalID | (Required)
(Required - MaxLength(50)) The Authenticated User Id of the user who has initiated the call. This should
uniquely identify a user even if the user Name changes.
| |
| Name | (Required)
(Required - MaxLength(100)) The Authenticated User Name of the user who has initiated the call.
| |
| OrganizationCode | (Required)
(Required - MaxLength(6)) The organization the user is representing.
|
See Also