Prompt Property
- Last UpdatedNov 06, 2025
- 1 minute read
Gets or sets the value that specifies whether a user will be prompted to select the reason for the raw reason code from a list of allowable reasons.
'Declaration
Public ReadOnly Property Prompt As Boolean
'Usage
Dim instance As RawReasonCode
Dim value As Boolean
instance.Prompt = value
value = instance.Prompt
public bool Prompt {get;}