Name Property (RawReasonCode)
- Last UpdatedNov 06, 2025
- 1 minute read
Gets or sets the name of the raw reason code.
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As RawReasonCode
Dim value As String
instance.Name = value
value = instance.Name
public string Name {get;}