ComparisonCondition.LeftOperand Property

Gets or sets the left operand.

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

Syntax

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

value = instance.LeftOperand

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

/** @property */
public void set_LeftOperand (Object value)
public function get LeftOperand () : Object

public function set LeftOperand (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