IsReturnValueNull Method
- Last UpdatedNov 06, 2025
- 1 minute read
The IsReturnValueNull() method is used to determine if a null value was returned for a particular output parameter.
'Usage
Dim instance As SpReturnValues
Dim name As String
Dim value As Boolean
value = instance.IsReturnValueNull(name)
Parameters
- name
- Required. The name of the output parameter.
Return Value
A flag specifying whether or not the output parameter has a null value.