'Declaration
Public Function New( _ ByVal operand As UASimpleAttributeOperand _ )
'Usage
Dim operand As UASimpleAttributeOperand Dim instance As New UAAttributeField(operand)
public UAAttributeField( UASimpleAttributeOperand operand )
public: UAAttributeField( UASimpleAttributeOperand^ operand )
Parameters
- operand
- Operand. Identifies the node and attribute in a type.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).