Share via


ComparisonCondition.RightOperand Property

Gets or sets the right operand.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property RightOperand As Object
'Usage
Dim instance As ComparisonCondition
Dim value As Object

value = instance.RightOperand

instance.RightOperand = value
public Object RightOperand { get; set; }
public:
property Object^ RightOperand {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_RightOperand ()

/** @property */
public void set_RightOperand (Object value)
public function get RightOperand () : Object

public function set RightOperand (value : Object)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ComparisonCondition Class
ComparisonCondition Members
Microsoft.Expression.Interactivity.Core Namespace