FirstEnumSelection Enumeration |
Defines which enum values are selected by default when the restriction is prompted for the first time
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic enum FirstEnumSelection
Members| Member name | Value | Description |
|---|
| None | 0 |
Use the selected values
|
| All | 1 |
Select all the values
|
| First | 2 |
Select the first value
|
| Last | 3 |
Select the last value
|
See Also