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