'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.
- value
- The value to be written.