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