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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes Namespace > _DAPropertyElement Interface : PropertyId Property
The Property ID for this property.
Syntax
'Declaration
 
<NotNullAttribute()>
Property PropertyId As DAPropertyId
'Usage
 
Dim instance As _DAPropertyElement
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