UpdateUtilReasonGrp(Int32,String,Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The UpdateUtilReasonGrp() method updates the data of the specified utilization reason group.
'Declaration
Public Overloads Shared Sub UpdateUtilReasonGrp( _
ByVal reasGrpID As Integer, _
ByVal reasGrpDesc As String, _
ByVal displaySeq As Integer _
)
public static void UpdateUtilReasonGrp(
int reasGrpID,
string reasGrpDesc,
int displaySeq
)
Parameters
- reasGrpID
- Required. Holds the ID of the utilization reason group to be updated.
- reasGrpDesc
- Required. Holds the new description for the utilization reason group. To leave the old description, pass null.
- displaySeq
- Required. Holds the new display sequence number for the utilization reason group. To leave the old display sequence, pass null.