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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.ComTypes Namespace > _DAPropertyDescriptor Interface : PropertyId Property
The Property ID of the OPC property.
Syntax
'Declaration
 
<NotNullAttribute()>
Property PropertyId As DAPropertyId
'Usage
 
Dim instance As _DAPropertyDescriptor
Dim value As DAPropertyId
 
instance.PropertyId = value
 
value = instance.PropertyId
[NotNull()]
DAPropertyId PropertyId {get; set;}
[NotNull()]
property DAPropertyId^ PropertyId {
   DAPropertyId^ get();
   void set (    DAPropertyId^ 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