'Declaration
<NotNullAttribute()> Property Operand As UASimpleAttributeOperand
'Usage
Dim instance As _UAAttributeField Dim value As UASimpleAttributeOperand instance.Operand = value value = instance.Operand
[NotNull()] UASimpleAttributeOperand Operand {get; set;}
[NotNull()] property UASimpleAttributeOperand^ Operand { UASimpleAttributeOperand^ get(); void set ( UASimpleAttributeOperand^ value); }