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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAPropertyId Class > DAPropertyId Constructor : DAPropertyId Constructor(DAPropertyIds)
Value of property Id.
Initializes a new instance of the class to the value indicated by an enumerated value.
Syntax
'Declaration
 
Public Function New( _
   ByVal internalValue As DAPropertyIds _
)
'Usage
 
Dim internalValue As DAPropertyIds
 
Dim instance As New DAPropertyId(internalValue)
public DAPropertyId( 
   DAPropertyIds internalValue
)
public:
DAPropertyId( 
   DAPropertyIds internalValue
)

Parameters

internalValue
Value of property Id.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

DAPropertyId Class
DAPropertyId Members
Overload List