OPC Studio User's Guide and Reference
ReturnValueParameter Field



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace > ResultException Class : ReturnValueParameter Field
Parameter name used when the invalid result is the method's return value. An empty string.

The value of this constant is "" (String.Empty).

Syntax
'Declaration
 
Public Const ReturnValueParameter As String
'Usage
 
Dim value As String
 
value = ResultException.ReturnValueParameter
public const string ReturnValueParameter
public:
const String^ ReturnValueParameter
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also