QuickOPC User's Guide and Reference
MakeArgumentString Method (UANodeDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UANodeDescriptor Class : MakeArgumentString Method
Indicates whether an incomplete argument string with just the most important information may be returned.
Infrastructure.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Function MakeArgumentString( _
   ByVal informativeOnly As Boolean _
) As String
'Usage
 
Dim instance As UANodeDescriptor
Dim informativeOnly As Boolean
Dim value As String
 
value = instance.MakeArgumentString(informativeOnly)
[NotNull()]
public string MakeArgumentString( 
   bool informativeOnly
)
[NotNull()]
public:
String^ MakeArgumentString( 
   bool informativeOnly
) 

Parameters

informativeOnly
Indicates whether an incomplete argument string with just the most important information may be returned.

Return Value

An argument string that represents the node descriptor.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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