QuickOPC User's Guide and Reference
PropertyId Property (DAPropertyAttribute)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAPropertyAttribute Class : PropertyId Property
Numerical Id of the OPC property.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property PropertyId As DAPropertyId
'Usage
 
Dim instance As DAPropertyAttribute
Dim value As DAPropertyId
 
value = instance.PropertyId
[NotNull()]
public DAPropertyId PropertyId {get;}
[NotNull()]
public:
property DAPropertyId^ PropertyId {
   DAPropertyId^ get();
}
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