'DeclarationPublic Property Operand As UASimpleAttributeOperand
'UsageDim 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); }