Click or drag to resize

PromptType Enumeration

Defines if the restriction is prompted to the user at execution

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum PromptType
Members
Member nameValueDescription
None0 No prompt
Prompt1 Restriction is prompted at execution
PromptOneValue2 Restriction is prompted at execution for one value only
PromptTwoValues3 Restriction is prompted at execution for two values only
See Also