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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace Namespace > DAPropertyElement Class : PropertyId Property
The Property ID for this property.
Syntax
'Declaration
 
<DisplayAttribute(AutoGenerateField=True, 
   Order=1, 
   ShortName="Property ID")>
Public Property PropertyId As DAPropertyId
'Usage
 
Dim instance As DAPropertyElement
Dim value As DAPropertyId
 
instance.PropertyId = value
 
value = instance.PropertyId
[Display(AutoGenerateField=true, 
   Order=1, 
   ShortName="Property ID")]
public DAPropertyId PropertyId {get; set;}
[Display(AutoGenerateField=true, 
   Order=1, 
   ShortName="Property ID")]
public:
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