'Declaration
Public Function New( _ ByVal propertyElement As DAPropertyElement _ )
'Usage
Dim propertyElement As DAPropertyElement Dim instance As New DAPropertyElement(propertyElement)
public DAPropertyElement( DAPropertyElement propertyElement )
public: DAPropertyElement( DAPropertyElement^ propertyElement )
Parameters
- propertyElement
- The object to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).