DefaultReasonId Property
- Last UpdatedMar 17, 2026
- 1 minute read
Gets or sets the default reason for the raw reason code.
'Declaration
Public ReadOnly Property DefaultReasonId As Integer
'Usage
Dim instance As RawReasonCode
Dim value As Integer
instance.DefaultReasonId = value
value = instance.DefaultReasonId
public int DefaultReasonId {get;}