ArithmeticConverter.Operator Property

Namespace:  Microsoft.TeamFoundation.Controls.WPF.Converters
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property Operator As ArithmeticOperator
public ArithmeticOperator Operator { get; set; }
public:
property ArithmeticOperator Operator {
    ArithmeticOperator get ();
    void set (ArithmeticOperator value);
}
member Operator : ArithmeticOperator with get, set
function get Operator () : ArithmeticOperator 
function set Operator (value : ArithmeticOperator)

Property Value

Type: Microsoft.TeamFoundation.Controls.WPF.Converters.ArithmeticOperator
Returns ArithmeticOperator.

.NET Framework Security

See Also

Reference

ArithmeticConverter Class

Microsoft.TeamFoundation.Controls.WPF.Converters Namespace