Used to specify the order in which to try and retrieve stored credentials.
Namespace: ININ.IceLib.ConnectionAssembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum LoadPreference |
Visual Basic |
---|
Public Enumeration LoadPreference |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No load preference was identified. | |
Newest | 1 | Attempt to load the newest record first. | |
Application | 2 | Attempt to load the record associated with the specified application first. |
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.
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.