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