'Declaration
Public Function New( _ ByVal propertyElement As DAPropertyElement _ )
'Usage
Dim propertyElement As DAPropertyElement Dim instance As New DAPropertyDescriptor(propertyElement)
public DAPropertyDescriptor( DAPropertyElement propertyElement )
public: DAPropertyDescriptor( DAPropertyElement^ propertyElement )
Parameters
- propertyElement
- The property element object - contains information gathered about an OPC property.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).