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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.