QuickOPC User's Guide and Reference
ArgumentsElement Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinding Class : ArgumentsElement Property
The arguments element (optionally with a type specifier), i.e. the last element of the arguments path.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute("")>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<NotNullAttribute()>
<XmlIgnoreAttribute()>
Public Property ArgumentsElement As String
'Usage
 
Dim instance As PointBinding
Dim value As String
 
instance.ArgumentsElement = value
 
value = instance.ArgumentsElement
[Browsable(false)]
[DefaultValue("")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[NotNull()]
[XmlIgnore()]
public string ArgumentsElement {get; set;}
[Browsable(false)]
[DefaultValue("")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[NotNull()]
[XmlIgnore()]
public:
property String^ ArgumentsElement {
   String^ get();
   void set (    String^ value);
}
Remarks
The arguments element is empty when the arguments path is empty.
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