QuickOPC User's Guide and Reference
InputTypes Property (_UACallArguments)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.OperationModel.ComTypes Namespace > _UACallArguments Interface : InputTypes Property
Specifies the types that should be used when passing the input arguments to the server.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property InputTypes As Object
'Usage
 
Dim instance As _UACallArguments
Dim value As Object
 
instance.InputTypes = value
 
value = instance.InputTypes
[CanBeNull()]
object InputTypes {get; set;}
[CanBeNull()]
property Object^ InputTypes {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The types that should be used when passing the input arguments to the server.
Remarks

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

A null value in this property, a null 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.

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