ElectronicValueRW.SettledPoint Property
2/27/2008
Gets the settlement point on the point service.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SettledPoint As Decimal
public abstract decimal SettledPoint { get; }
public:
virtual property Decimal SettledPoint {
Decimal get () abstract;
}
/** @property */
public abstract Decimal get_SettledPoint ()
public abstract function get SettledPoint () : decimal
Remarks
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