QuickOPC User's Guide and Reference
SetInputTypeFullNames Method (_UACallArguments)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.OperationModel.ComTypes Namespace > _UACallArguments Interface : SetInputTypeFullNames Method
The fully qualified names of the input argument types.
Syntax
'Declaration
 
Sub SetInputTypeFullNames( _
   ByRef inputTypeFullNames() As String _
) 
'Usage
 
Dim instance As _UACallArguments
Dim inputTypeFullNames() As String
 
instance.SetInputTypeFullNames(inputTypeFullNames)
void SetInputTypeFullNames( 
   ref string[] inputTypeFullNames
)
void SetInputTypeFullNames( 
   array<String^>^% inputTypeFullNames
) 

Parameters

inputTypeFullNames
Remarks

Element positions in this property correspond to argument positions in InputArguments.

A null value in this property, a null or empty value in specific element, or a missing element (when there is less types than arguments) means that the input argument will be passed to the server without change.

Intended for use from Visual Basic 6.0.
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