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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAItemDescriptor Class : MakeArgumentString Method
Indicates whether an incomplete argument string with just the most important information may be returned.Indicates whether an incomplete argument string with just the most important information may be returned.
Infrastructure. Infrastructure.
Syntax
'Declaration
 
Protected Overrides NotOverridable Function MakeArgumentString( _
   ByVal informativeOnly As Boolean _
) As String
'Usage
 
Dim instance As DAItemDescriptor
Dim informativeOnly As Boolean
Dim value As String
 
value = instance.MakeArgumentString(informativeOnly)
protected override string MakeArgumentString( 
   bool informativeOnly
)
protected:
String^ MakeArgumentString( 
   bool informativeOnly
) override 

Parameters

informativeOnly
Indicates whether an incomplete argument string with just the most important information may be returned.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.An argument string that represents the node descriptor.
Requirements

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

See Also

Reference

DAItemDescriptor Class
DAItemDescriptor Members
Base Implementation in MakeArgumentString