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