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