Connectivity Software User's Guide and Reference
DefaultItemPath Field



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace Namespace > DAPropertyElement Class : DefaultItemPath Field
Default item path that can be used to access the property (none, i.e. an empty string).

This is a constant, and its value is "" (String.Empty).

Syntax
'Declaration
 
Public Const DefaultItemPath As String
'Usage
 
Dim value As String
 
value = DAPropertyElement.DefaultItemPath
public const string DefaultItemPath
public:
const String^ DefaultItemPath
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