Share via


ILegacyControlObject.BinaryConversion Property

2/27/2008

Gets or sets the binary conversion property.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Property BinaryConversion As BinaryConversion
BinaryConversion BinaryConversion { get; set; }
property BinaryConversion BinaryConversion {
    BinaryConversion get ();
    void set (BinaryConversion value);
}
/** @property */
BinaryConversion get_BinaryConversion ()

/** @property */
void set_BinaryConversion (BinaryConversion value)
function get BinaryConversion () : BinaryConversion

function set BinaryConversion (value : BinaryConversion)

Property Value

Returns a BinaryConversion enumeration.

Remarks

The BinaryConversion enumeration is typically initialized to None.

Accessing the BinaryConversion enumeration may cause a PosControlException exception to be thrown with the following ErrorCode:

Value

Description

Illegal

An illegal value was specified.

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

ILegacyControlObject Interface
ILegacyControlObject Members
Microsoft.PointOfService Namespace