PromptRestriction Constructor
Creates a PromptRestriction object.
Syntax
public PromptRestriction(
PromptAnswer answer,
PromptInstruction instruction
)Public Function New( _
ByVal answer As PromptAnswer, _
ByVal instruction As PromptInstruction _
)Parameters
| Name | Description |
|---|---|
| answer | The PromptAnswer that is part of an invalid configuration when paired with instruction. |
| instruction | The PromptInstruction that is part of an invalid configruation when paired with answer. |