QuickOPC User's Guide and Reference
DAPropertyDescriptor Constructor(DAPropertyId)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAPropertyDescriptor Class > DAPropertyDescriptor Constructor : DAPropertyDescriptor Constructor(DAPropertyId)
Contains Id of the OPC property.
Initializes a new instance of the class, with specified OPC property Id.
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyId As DAPropertyId _
)
'Usage
 
Dim propertyId As DAPropertyId
 
Dim instance As New DAPropertyDescriptor(propertyId)
public DAPropertyDescriptor( 
   DAPropertyId propertyId
)
public:
DAPropertyDescriptor( 
   DAPropertyId^ propertyId
)

Parameters

propertyId
Contains Id of the OPC property.
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