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