GetReturnValueAsInt Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetReturnValueAsInt() method returns the value of the specified output parameter as an integer.
'Usage
Dim instance As SpReturnValues
Dim name As String
Dim value As Integer
value = instance.GetReturnValueAsInt(name)
Parameters
- name
- Required. The name of the output parameter.
Return Value
The value of the specified output parameter as an integer.