UtilizationReasonLinks Property
- Last UpdatedNov 06, 2025
- 1 minute read
Gets or sets a list of the IDs of allowable utilization reasons from which a user can select, when prompted, as the reason for the raw reason code.
'Declaration
Public Property UtilizationReasonLinks As Integer()
'Usage
Dim instance As RawReasonCode
Dim value() As Integer
instance.UtilizationReasonLinks = value
value = instance.UtilizationReasonLinks
public int[] UtilizationReasonLinks {get; set;}