QuickOPC User's Guide and Reference
StandardName Property (DAPropertyId)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAPropertyId Class : StandardName Property
A symbolic name of the current DAPropertyId if it has a standard name. Empty otherwise.
Syntax
'Declaration
 
<DefaultValueAttribute("Null")>
<IgnoreDataMemberAttribute()>
<XmlIgnoreAttribute()>
Public Property StandardName As String
 
'Usage
 
Dim instance As DAPropertyId
Dim value As String
 
instance.StandardName = value
 
value = instance.StandardName
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