QuickOPC User's Guide and Reference
DAAccessPath Property (_OpcBrowseNodeDescriptor)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcBrowseNodeDescriptor Interface : DAAccessPath Property
Specifies the access path for the OPC item.
Syntax
'Declaration
 
<NotNullAttribute()>
Property DAAccessPath As String
'Usage
 
Dim instance As _OpcBrowseNodeDescriptor
Dim value As String
 
instance.DAAccessPath = value
 
value = instance.DAAccessPath
[NotNull()]
string DAAccessPath {get; set;}
[NotNull()]
property String^ DAAccessPath {
   String^ get();
   void set (    String^ value);
}
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