'Declaration
Public Function New( _ ByVal simpleAttributeOperand As UASimpleAttributeOperand _ )
'Usage
Dim simpleAttributeOperand As UASimpleAttributeOperand Dim instance As New UASimpleAttributeOperand(simpleAttributeOperand)
public UASimpleAttributeOperand( UASimpleAttributeOperand simpleAttributeOperand )
public: UASimpleAttributeOperand( UASimpleAttributeOperand^ simpleAttributeOperand )
Parameters
- simpleAttributeOperand
- Simple attribute operand object to copy from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).