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