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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAPropertyDescriptor Class > DAPropertyDescriptor Constructor : DAPropertyDescriptor Constructor(DAPropertyDescriptor)
A property descriptor object to be copied from.
Initializes a new copy of the DAPropertyDescriptor object.
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyDescriptor As DAPropertyDescriptor _
)
'Usage
 
Dim propertyDescriptor As DAPropertyDescriptor
 
Dim instance As New DAPropertyDescriptor(propertyDescriptor)
public DAPropertyDescriptor( 
   DAPropertyDescriptor propertyDescriptor
)
public:
DAPropertyDescriptor( 
   DAPropertyDescriptor^ propertyDescriptor
)

Parameters

propertyDescriptor
A property descriptor object to be copied from.
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

DAPropertyDescriptor Class
DAPropertyDescriptor Members
Overload List