Hide Table of Contents
Class: UserInfo

Description

The UserInfo class returns a list of properties associated with a user.

Class hierarchy

esri.WorkflowManager.SupportClasses.UserInfo()

Properties

NameTypeSummary
addressstringThe address of the user.
emailstringThe email address of the user.
faxNumberstringThe fax number of the user.
firstNamestringThe first name of the user.
fullNamestringThe full name of the user.
lastNamestringThe last name of the user.
phoneNumberstringThe phone number of the user.
roomNumberstringThe room number of the user's address.
userNamestringThe login username for the user.
zipCodestringThe zip code of the user.
Property Details

<string> address

The address of the user.

<string> email

The email address of the user.

<string> faxNumber

The fax number of the user.

<string> firstName

The first name of the user.

<string> fullName

The full name of the user.

<string> lastName

The last name of the user.

<string> PhoneNumber

The phone number of the user.

<string> roomNumber

The room number of the user's address.

<string> userName

The login username for the user.

<string> zipCode

The zip code of the user.