Each value in this enumeration represents a property in UserEntry.

Namespace: ININ.IceLib.People
Assembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum UserEntryProperty
Visual Basic
Public Enumeration UserEntryProperty

Members

Member nameValueDescription
None0No property is defined.
UserId1Represents the UserId property.
DisplayName2Represents the DisplayName property.
Company3Represents the Company property.
Department4Represents the Department property.
Extension5Represents the Extension property.
HomeSite6Represents the HomeSite property.
DefaultWorkstation7Represents the DefaultWorkstation property. This enumeration item will work in 2.4 SU 33 & beyond and 3.0 SU 4 & beyond.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also