ElectronicValueRW.Point Property
2/27/2008
Gets or sets the settlement point on the point service.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Property Point As Decimal
public abstract decimal Point { get; set; }
public:
virtual property Decimal Point {
Decimal get () abstract;
void set (Decimal value) abstract;
}
/** @property */
public abstract Decimal get_Point ()
/** @property */
public abstract void set_Point (Decimal value)
public abstract function get Point () : decimal
public abstract function set Point (value : decimal)
Remarks
Holds the settlement point on the point service.
This property is initialized to zero by the Open method.
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
ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace