'Declaration
Public Property Operand As UASimpleAttributeOperand
'Usage
Dim instance As UAAttributeField Dim value As UASimpleAttributeOperand instance.Operand = value value = instance.Operand
public UASimpleAttributeOperand Operand {get; set;}
public: property UASimpleAttributeOperand^ Operand { UASimpleAttributeOperand^ get(); void set ( UASimpleAttributeOperand^ value); }